AnnotToggleNoView
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if the AnnotNoView property should be toggled.

Syntax

VARIANT_BOOL AnnotToggleNoView { get; set; }
Value
VARIANT_TRUE if the property AnnotNoView is toggled, VARIANT_FALSE otherwise

Remarks

If set to VARIANT_TRUE, invert the interpretation of the AnnotNoView flag for certain events. A typical use is to have an annotation that appears only when a mouse cursor is held over it.

See the AddUnicodeTextAnnotation method for examples.

Note: Setting this property to VARIANT_TRUE will force output file format version to be 1.5. See compatibility for more details.

See Also

Reference