Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerOptionsSelection Class

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.

See Also