ImageGear .NET v24.12 - Updated
Compressed Property




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearSaveThumbnailOptions Class : Compressed Property
Gets or sets a value indicating whether the thumbnail should be compressed.
Syntax
'Declaration
 
Public Property Compressed As Boolean
'Usage
 
Dim instance As ImGearSaveThumbnailOptions
Dim value As Boolean
 
instance.Compressed = value
 
value = instance.Compressed
public bool Compressed {get; set;}
public: __property bool get_Compressed();
public: __property void set_Compressed( 
   bool value
);
public:
property bool Compressed {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks

The default value is false.

See Also

Reference

ImGearSaveThumbnailOptions Class
ImGearSaveThumbnailOptions Members