ImageGear .NET v24.12 - Updated
CreatePngFormat Method




ImageGear24.Formats.Common Assembly > ImageGear.Formats Namespace > ImGearCommonFormats Class : CreatePngFormat Method
Creates advanced PNG format instance.
Syntax
'Declaration
 
Public Shared Function CreatePngFormat() As IImGearFormat
'Usage
 
Dim value As IImGearFormat
 
value = ImGearCommonFormats.CreatePngFormat()
public static IImGearFormat CreatePngFormat()
public: static IImGearFormat* CreatePngFormat(); 
public:
static IImGearFormat^ CreatePngFormat(); 

Return Value

IImGearFormat instance of PNG format.
Remarks
The Initialize(String) method adds to the ImageGear's global formats list default PNG format instance. Use this method to create instance with more advanced image compression features. Use ImGearFileFilters.Set to replace existing default PNG format with this advanced one.
See Also

Reference

ImGearCommonFormats Class
ImGearCommonFormats Members