ScaleMode property (ILEADRasterDocument)
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:
DestinationClipHeight property
See Also