ImageEncodingProperties.CreatePng Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of ImageEncodingProperties for a PNG image.
public:
static ImageEncodingProperties ^ CreatePng();
static ImageEncodingProperties CreatePng();
public static ImageEncodingProperties CreatePng();
function createPng()
Public Shared Function CreatePng () As ImageEncodingProperties
Returns
The properties for the image stream.