AnnotNoZoom
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if the annotation is scaled to match the magnification of the page.

Syntax

VARIANT_BOOL AnnotNoZoom { get; set; }
Value
VARIANT_TRUE if the control is not scaled to match the magnification of the page, VARIANT_FALSE otherwise

Remarks

If set to VARIANT_TRUE, do not scale the annotation's appearance to match the magnification of the page. The location of the annotation on the page, defined by the upper left corner of its bounding box, remains fixed, regardless of the page magnification.

See the AddUnicodeTextAnnotation method for examples.

See Also

Reference