Aurigma Image Uploader 7.0.37
Converter.ThumbnailWidth Property
Gets or sets a width restriction for the thumbnail.
Syntax
PHP
public function getThumbnailWidth() {
}
public function setThumbnailWidth($value) {
}
Property Value
Type: integer
The width of the thumbnail.
Default value is 96.
Remarks
Read about the ThumbnailFitMode property for more detailed information on how this property affects the thumbnail size.
This property makes sense only if the Mode property has the Thumbnail value.