ImageGear .NET v24.14 - Updated
Compression Property (ImGearRawLoadOptions)




ImageGear24.Formats.Common Assembly > ImageGear.Formats Namespace > ImGearRawLoadOptions Class : Compression Property
Gets or sets image compression.
Syntax
'Declaration
 
Public Property Compression As ImGearCompressions
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As ImGearCompressions
 
instance.Compression = value
 
value = instance.Compression
public ImGearCompressions Compression {get; set;}
public: __property ImGearCompressions get_Compression();
public: __property void set_Compression( 
   ImGearCompressions value
);
public:
property ImGearCompressions Compression {
   ImGearCompressions get();
   void set (    ImGearCompressions value);
}

Property Value

ImGearCompressions enumeration value.
Remarks
For additional information see ImGearCompressions.
See Also

Reference

ImGearRawLoadOptions Class
ImGearRawLoadOptions Members