Back to Devexpress

TdxPDFViewerOptionsSelection Class

vcl-dxpdfviewer-dc62ab30.md

latest2.5 KB
Original Source

TdxPDFViewerOptionsSelection Class

Stores content selection settings.

Declaration

delphi
TdxPDFViewerOptionsSelection = class(
    TdxPDFViewerOptionsPersistent
)

Remarks

Users can select and copy PDF document content, as well as interact with existing annotations.

Main API Members

The list below outlines key members of the TdxPDFViewerOptionsSelection class. These members allow you to disable or enable corresponding end-user interaction options.

End-user Interaction Settings

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.

General-Purpose API Members

AssignCopies content selection settings between TdxPDFViewer controls.ViewerProvides access to the parent TdxPDFViewer control.

Direct TdxPDFViewerOptionsSelection Class Reference

The TdxPDFCustomViewer.OptionsSelection property references a TdxPDFViewerOptionsSelection object.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxPDFViewerOptionsPersistent TdxPDFViewerOptionsSelection

See Also

How to Select and Copy PDF Document Content

Support for PDF Document Annotations

TdxPDFViewerOptionsSelection Members

dxPDFViewer Unit