AnnotPrint
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if the annotation will be printed.

Syntax

VARIANT_BOOL AnnotPrint { get; set; }
Value
VARIANT_TRUE if the control is printed with the page, VARIANT_FALSE otherwise

Remarks

If set to VARIANT_TRUE, print the annotation when the page is printed. If set to VARIANT_FALSE, never print the annotation, regardless of whether it is displayed on the screen. This can be useful, for example, for annotations representing interactive push buttons, which would serve no purpose on the printed page.

See the AddUnicodeTextAnnotation method for examples.

See Also

Reference