AnnotReadOnly
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if the annotation is read-only.

Syntax

VARIANT_BOOL AnnotReadOnly { get; set; }
Value
VARIANT_TRUE if the control is read-only, VARIANT_FALSE otherwise

Remarks

If set to VARIANT_TRUE, do not allow the annotation to interact with the user. The annotation may be displayed or printed (depending on the settings of the AnnotNoView and AnnotPrint values) but should not respond to mouse clicks or change its appearance in response to mouse motions.

Note: This property is ignored for widget annotations; its function is subsumed by the read-only property of the associated form field.

See the AddUnicodeTextAnnotation method for examples.

See Also

Reference