ImageGear .NET
CreateJpegFormat Method




Creates advanced JPEG format instance.
Syntax
'Declaration
 
Public Shared Function CreateJpegFormat() As IImGearFormat
'Usage
 
Dim value As IImGearFormat
 
value = ImGearCommonFormats.CreateJpegFormat()
public static IImGearFormat CreateJpegFormat()
public: static IImGearFormat* CreateJpegFormat(); 
public:
static IImGearFormat^ CreateJpegFormat(); 

Return Value

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

Reference

ImGearCommonFormats Class
ImGearCommonFormats Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback