ImageGearJava Project > com.accusoft.imagegear.formats Package : ImGearSaveThumbnailOptions Class |
For a list of all members of this type, see ImGearSaveThumbnailOptions members.
Name | Description | |
---|---|---|
![]() | getCompressed | Returns a value indicating whether the thumbnail should be compressed.
The default value is false. |
![]() | getEnabled | Returns a value indicating whether thumbnail saving is enabled or not. |
![]() | getHeight | Returns the height of the thumbnail.
The default value is |
![]() | getWidth | Returns the width of the thumbnail.
The default value is |
![]() | setCompressed | Sets a value indicating whether the thumbnail should be compressed.
The default value is false. |
![]() | setEnabled | Sets a value indicating whether thumbnail saving is enabled or not.
Setting this value to true will enable saving a thumbnail. The default value is false. |
![]() | setHeight | Sets the height of the thumbnail.
The default value is |
![]() | setWidth | Sets the width of the thumbnail.
The default value is |