Back to Devexpress

TdxPDFViewerOptionsSelection.Images Property

vcl-dxpdfviewer-dot-tdxpdfvieweroptionsselection-f7424d6b.md

latest1.3 KB
Original Source

TdxPDFViewerOptionsSelection.Images Property

Specifies if a user can select images in a PDF document.

Declaration

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

Property Value

TypeDefaultDescription
BooleanTrueTrue Default. Users can select and copy an image or its portion.False

The image selection functionality is disabled.

Tip

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

|

Remarks

You can set the Images property to False to disable built-in image select and copy operations.

Default Value

The Images property’s default value is True.

See Also

TdxPDFViewerSelection.AsBitmap Function

TdxPDFViewerSelection.Select Procedure

How to Select and Copy PDF Document Content

TdxPDFViewerOptionsSelection Class

TdxPDFViewerOptionsSelection Members

dxPDFViewer Unit