AnnotNoView
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if the annotation is displayed on the screen (allowing user interaction).

Syntax

VARIANT_BOOL AnnotNoView { get; set; }
Value
VARIANT_TRUE if the control is not to be displayed, VARIANT_FALSE otherwise

Remarks

Setting this property to VARIANT_TRUE tells the PDF reader to hide the annotation. The annotation may be printed (depending on the setting of the print flag) but should be considered hidden for purposes of on-screen display and user interaction.

See theĀ AddUnicodeTextAnnotation method for examples.

See Also

Reference