ImageGear .NET
Format Property (ImGearLoadOptions)




Gets or sets the file format of an image to load, or enables format autodetection.
Syntax
public ImGearFormats Format {get; set;}
public: __property ImGearFormats get_Format();
public: __property void set_Format( 
   ImGearFormats value
);
public:
property ImGearFormats Format {
   ImGearFormats get();
   void set (    ImGearFormats value);
}
'Declaration
 
Public Property Format As ImGearFormats
 
'Usage
 
Dim instance As ImGearLoadOptions
Dim value As ImGearFormats
 
instance.Format = value
 
value = instance.Format

Property Value

Any member of ImGearFormats enumeration value.
Remarks
Use this property when you need to bypass auto-detection and specify image format explicitly. Specifying ImGearFormats.UNKNOWN will force auto-detection.

The default value is ImGearFormats.UNKNOWN.

See Also

Reference

ImGearLoadOptions Class
ImGearLoadOptions Members
ImGearFormats Enumeration

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback