TdxPDFViewerOptionsSelection.Annotations Property
Specifies if users can interact with existing PDF annotations.
Declaration
property Annotations: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
Annotations are static and interactive elements (comments, text boxes, outlines, etc.) used to complement PDF document content or add feedback during reviews.

You can set the Annotations property to False to disable end-user interaction for PDF annotations.
Limitations
The PDF Viewer control does not allow you to create new or modify existing PDF annotations. Users can only view and interact with existing annotations.
Refer to the following topic for detailed information on supported annotation types: Support for PDF Document Annotations.
Default Value
The Annotations property’s default value is True.