Back to Devexpress

TdxPDFViewerOptionsSelection.Annotations Property

vcl-dxpdfviewer-dot-tdxpdfvieweroptionsselection.md

latest2.1 KB
Original Source

TdxPDFViewerOptionsSelection.Annotations Property

Specifies if users can interact with existing PDF annotations.

Declaration

delphi
property Annotations: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrueTrue Default. Users can interact with existing annotations in a PDF document: display hints, open context menus, copy file attachments, etc.False

The TdxPDFViewer control displays all document annotations as static content.

Tip

This option may increase application performance if a PDF document is large and/or contains many annotations.

|

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.

See Also

TdxPDFViewerOptionsSelection.Images Property

TdxPDFViewerOptionsSelection.Text Property

TdxPDFViewerOptionsSelection Class

TdxPDFViewerOptionsSelection Members

dxPDFViewer Unit