vcl-dxpdfdocument-dot-tdxpdfdocument.md
Identifies if users can select and copy the loaded PDF document’s content.
property AllowContentExtraction: Boolean read;
| Type | Description |
|---|---|
| Boolean |
True if users can select and copy PDF document content; otherwise, False.
|
The AllowContentExtraction property returns False if an encrypted document is loaded with a user password and has no content extract permission (that is, the pdpAllowExtractContent flag is not set in the SecurityOptions.Permissions property). Otherwise, the property returns True.
The following end-user commands are not available in a PDF Viewer control if the AllowContentExtraction property returns False:
Note
The PageInfo property returns only page dimensions if the select and copy operations are not allowed. Refer to the following topic for detailed information on PDF document security settings: Password Protection
See Also
How to Extract Content from PDF Documents