ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearSaveThumbnailOptions Class / Compressed Property




In This Topic
Compressed Property
In This Topic
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

Property Value

Boolean value.
Remarks

The default value is false.

See Also