Converter.ThumbnailFitMode Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a fit mode of the thumbnail.

Syntax

PHP
public function getThumbnailFitMode() {
}

public function setThumbnailFitMode($value) {
}

Property Value

Type: string

The fit mode of the thumbnail.

The following values are supported:

ValueDescription
ActualSizemeans that dimensions of the original image should be kept; however, it can be rotated or recompressed if necessary.
Fitmeans that the original image should be resized to fit the rectangle specified with the ThumbnailHeight and ThumbnailWidth properties. Note that the proportions of the original image will be kept.
Heightmeans that the original image should be resized to be no higher than ThumbnailHeight value.
OrientationalFitmeans that the original image should be resized depending on its orientation (portrait or landscape):
  • if portrait then maximum of ThumbnailHeight and ThumbnailWidth should be thumbnail height
  • if landscape then maximum of ThumbnailHeight and ThumbnailWidth should be thumbnail width
Widthmeans that the original image should be resized to be no wider than ThumbnailWidth value.

Default value is "Fit".

Remarks

Note

ActiveX/Java Uploader Express and Professional restrict a size (width x height) of each created thumbnail to 3 and 5 megapixels respectively. For example, the size of 1500x1500 thumbnail is 2.25 megapixels (1500 pixels x 1500 pixels = 2.25 megapixels), so a thumbnail like this can be uploaded with ActiveX/Java Uploader Express. See the Upload Suite Editions topic for details.

This property makes sense only if the Mode property has the Thumbnail value.

See Also

Reference

Manual