TdxPDFViewerOptionsSelection Class
In This Article
Contains selection settings.
#Declaration
Delphi
TdxPDFViewerOptionsSelection = class(
TdxPDFViewerOptionsPersistent
)
#Remarks
The PDF Viewer control can display documents whose content supports user interaction such as select and copy operations.
This class publishes members that allow you to specify if a user can select a text, images for copy or click a markup annotation to invoke its context menu.
You can disable this functionality to speed up the control’s performance.
The PDF Viewer control’s OptionsSelection property references a TdxPDFViewerOptionsSelection object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxPDFViewerOptionsPersistent
TdxPDFViewerOptionsSelection
See Also