AnnotHidden
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if the annotation is hidden.

Syntax

VARIANT_BOOL AnnotHidden { get; set; }
Value
VARIANT_TRUE if the control is hidden, VARIANT_FALSE otherwise

Remarks

If set to VARIANT_TRUE, do not display or print the annotation or allow it to interact with the user, regardless of its annotation type or whether an annotation handler is available. In cases where screen space is limited, the ability to hide and show annotations selectively can be used to display auxiliary pop-up information similar in function to online help systems.

See theĀ AddUnicodeTextAnnotation method for examples.

See Also

Reference