AnnotInvisible
IPDFDocument4 :: Annotations

See Also
Collapse All

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

Syntax

VARIANT_BOOL AnnotInvisible { get; set; }
Value
VARIANT_TRUE if the control is invisible, VARIANT_FALSE otherwise

Remarks

If set to VARIANT_TRUE, do not display the annotation if it does not belong to one of the standard annotation types and no annotation handler is available. If set to VARIANT_FALSE, display such an unknown annotation.

See the AddUnicodeTextAnnotation method for examples.

See Also

Reference