ForceSize property (ILEADRasterThumbnail)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL ForceSize

Overview

Refer to Thumbnail Browser.

Remarks

Flag indicating whether the generated thumbnail should be forced to the requested size even if MaintainAspect is set to TRUE. If set to TRUE, the thumbnail bitmap will be generated by creating a "canvas" bitmap with the requested size, and then centering the actual image inside that bitmap. Note this is a slower process.

This property is ignored if MaintainAspect is False.

Default setting is False.

See Also

Elements:

BrowseDir method, ThumbnailWidth property, ThumbnailHeight property, MaintainAspect property, ThumbnailBackgroundColor property, Resample property

Topics:

Raster Images: Using the Thumbnail Browser