BaseExtractor Properties
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The BaseExtractor type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CheckPermissions | Defines whether to respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited. IMPORTANT: THIS OPTION HAVE TO BE ENABLED AND SET TO "TRUE" TO RESPECT OWNERS OF PDF DOCUMENTS. IF YOU SET IT TO FALSE TO IGNORE PERMISSIONS WHICH ARE SET IN PDF DOCUMENT THEN YOU ARE SOLELY LIABLE FOR THIS ACTION AND ANY COPYRIGHT OR OTHER VIOLATIONS AT YOUR OWN RISK. BYTESCOUT IS NOT LIABLE FOR ANY DAMAGES, LOSSES, COPYRIGHT INFRINGEMENTS OR ANY OTHER CONSEQUENCES CAUSED BY IGNORING PERMISSIONS OF PDF DOCUMENT. BY CHANGING THIS OPTION YOU ARE CONFIRMING YOU ARE UNDERSTANDING ALL WRITTEN ABOVE AND DOING IT AT YOUR OWN RISK. |
![]() | ComHelpers | Set of utility functions and properties to use from COM/ActiveX. |
![]() | ContentType | Returns content type of PDF document: normal document, portfolio or XFA form. To extract files from PDF portfolio use AttachmentExtractor class. To extract XFA form content use XFAFormExtractor class. |
![]() | EmbeddedFileCount | Obsolete. Property is disabled to speed up the document loading. Use AttachmentExtractor to work with attachments. |
![]() | Encrypted | Gets whether the document is encrypted. |
![]() | ExtractionArea | Sets the extraction area by coordinates and dimensions (left, top, width, height). |
![]() | ExtractionAreaRect | Sets the extraction area by rectangle. |
![]() | ExtractionAreaUsageMode | Gets or sets how to use the ExtractionArea: whether to extract any object intersecting with the area or only objects completely located inside the area. |
![]() | IsDocumentLoaded | Get the document loaded state. |
![]() | LicenseInfo | Gets license information. |
![]() | PageDataCaching | Controls page data caching behavior. |
![]() | Password | PDF document password. |
![]() | Profiles | Comma-separated list of profiles to apply to the extractor. Profiles must be previously loaded. |
![]() | RegistrationKey | Registration key. |
![]() | RegistrationName | Registration name. |
![]() | Version | Gets the component version number. |
See Also