Remover2 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 Remover2 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. |
![]() | 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. |
![]() | ImageFormat | Image format to convert PDF pages to. Used in MakePDFUnsearchable mode. |
![]() | IsDocumentLoaded | Get the document loaded state. |
![]() | JPEGQuality | Gets or sets the quality for JPEG image format. Used in MakePDFUnsearchable mode. |
![]() | LicenseInfo | Gets license information. |
![]() | MakePDFUnsearchable | Get or sets whether to make the output document unsearchable. If true, all PDF pages will be replaced with rendered images. |
![]() | MaskColor | Gets or sets the color of masking rectangle applied by MaskRemovedText property. |
![]() | MaskRemovedText | Get or sets whether to mask removed text fragments with solid color rectangles to make the output document look like "censored". Use MaskColor to change the color of masking rectangle. |
![]() | Password | PDF document password. |
![]() | RegistrationKey | Registration key. |
![]() | RegistrationName | Registration name. |
![]() | RemoveTextWhileMasking | Get or sets whether to remove text or not while applying masking. This can be helpful if we only needed to apply Masking and not removing text. |
![]() | RenderingResolution | Gets or sets PDF rendering resolution for MakePDFUnsearchable mode. Larger resolution - larger output document, but better visual quality. |
![]() | SearchInShadowLikeText | Sets whether to search in shadow-like text (when the same text is drawn twice with small offset). |
![]() | Version | Gets the component version number. |
See Also