vcl-dxpdfviewer-dc62ab30.md
Stores content selection settings.
TdxPDFViewerOptionsSelection = class(
TdxPDFViewerOptionsPersistent
)
Users can select and copy PDF document content, as well as interact with existing annotations.
The list below outlines key members of the TdxPDFViewerOptionsSelection class. These members allow you to disable or enable corresponding end-user interaction options.
Tip
If a document is very large and/or contains many interactive elements, you can disable these end-user interaction settings to improve application performance.
AnnotationsSpecifies if users can interact with existing document annotations.ImagesSpecifies if users can select an image or its portion in a PDF document.TextSpecifies if text selection is available.
AssignCopies content selection settings between TdxPDFViewer controls.ViewerProvides access to the parent TdxPDFViewer control.
The TdxPDFCustomViewer.OptionsSelection property references a TdxPDFViewerOptionsSelection object.
TObject TPersistent TcxOwnedPersistent TdxPDFViewerOptionsPersistent TdxPDFViewerOptionsSelection
See Also
How to Select and Copy PDF Document Content
Support for PDF Document Annotations