ScaleMode property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

RasterScaleModeConstants ScaleMode

Overview

Refer to Drawing Pages and Zones

Remarks

Specifies the unit of measure for the LEAD Raster Document object.

You can change the unit of measure at any time without affecting measurements that the object maintains. The object accepts floating point values and converts them to pixels internally. This means, for example, that if you set a property value in twips, the value that you get back may be slightly different, since it is rounded to the nearest pixel.

ScaleMode is used with the following properties:

SourceLeft property

SourceTop property

SourceWidth property

SourceHeight property

SourceClipLeft property

SourceClipTop property

SourceClipWidth property

SourceClipHeight property

DestinationLeft property

DestinationTop property

DestinationWidth property

DestinationHeight property

DestinationClipLeft property

DestinationClipTop property

DestinationClipWidth property

DestinationClipHeight property

See Also

Elements:

UpdatePage method, ActivePageIndex property, SelectZone method, RemoveSelectedZone method, SetZonePen method, SetSelectedZonePen method, SelectedZone property, UpdateZoneArea method.

Topics:

Quick Reference OCR: Drawing Pages and Zones