ForceDst property (ILEADRasterZoomView)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL ForceDst

Overview

Refer to Using the Zoom View

Remarks

(Document/Medical only) Specifies whether the zoomed view will be forced to be the size of the destination rectangle. Possible values are:

Value

Meaning

TRUE

Force the zoomed view to be the size of the destination rectangle.

FALSE

Allow LEADTOOLS to calculate the size based on the ZoomFactor property and the SrcLeft, SrcTop, SrcWidth, SrcHeight properties.

When this property is set to TRUE, use the DstLeft, DstTop, DstWidth, and DstHeight properties to set the destination rectangle.

See Also

Elements:

DstTop property, DstWidth property, DstHeight property, DstLeft property, SrcTop property, SrcLeft property, SrcWidth property, SrcHeight property, BorderStyle property, BorderColor property, Index property, SrcBorderStyle property, SrcBorderColor property, PenStyle property, SrcPenStyle property, CalloutColor property, CalloutPenStyle property, ZoomFactor property, EnableCallouts property, Enabled property, AnnContainer property, HasZoomView property, ZoomViewsCount property, SrcPenWidth property, CalloutPenWidth property, PenWidth property, CreateZoomView method, GetZoomView method, UpdateZoomView method, DestroyZoomView method

Topics:

Raster Images: Displaying Images