TdxPDFViewerOptionsSelection.Images Property
In This Article
Specifies if a user can select images in a PDF document.
#Declaration
Delphi
property Images: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to forbid a user from selecting a whole image or its portion.
The Images property’s default value is True.
See Also