ForceDst property (ILEADRasterZoomView)
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