Link Search Menu Expand Document

Remover2 Properties

The Remover2 type exposes the following members.

Properties
NameDescription
Public propertyCheckPermissions
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.
Public propertyContentType
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.
Public propertyImageFormat
Image format to convert PDF pages to. Used in MakePDFUnsearchable mode.
Public propertyIsDocumentLoaded
Get the document loaded state.
Public propertyJPEGQuality
Gets or sets the quality for JPEG image format. Used in MakePDFUnsearchable mode.
Public propertyLicenseInfo
Gets license information.
Public propertyMakePDFUnsearchable
Get or sets whether to make the output document unsearchable. If true, all PDF pages will be replaced with rendered images.
Public propertyMaskColor
Gets or sets the color of masking rectangle applied by MaskRemovedText property.
Public propertyMaskRemovedText
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.
Public propertyPassword
PDF document password.
Public propertyRegistrationKey
Registration key.
Public propertyRegistrationName
Registration name.
Public propertyRemoveTextWhileMasking
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.
Public propertyRenderingResolution
Gets or sets PDF rendering resolution for MakePDFUnsearchable mode. Larger resolution - larger output document, but better visual quality.
Public propertySearchInShadowLikeText
Sets whether to search in shadow-like text (when the same text is drawn twice with small offset).
Public propertyVersion
Gets the component version number.
Top
See Also

Reference