SensitiveDataDetector Methods
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 SensitiveDataDetector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the instance and optionally releases the managed resources. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GenerateReport | Generates sensitive data detection report in specified format. | |
| GetHashCode | (Inherited from Object.) | |
| GetPageCount | Returns document page count. | |
| GetSensitiveDataPolicies | Returns array of available sensitive data detection policies. | |
| GetSensitiveDataPoliciesStr | Returns available sensitive data detection policies as array of strings. | |
| GetType | (Inherited from Object.) | |
| IsEncrypted | Gets the document encrypted state. | |
| IsOCRRecommendedForPage | Detects whether OCR is recommended for specified page. OCR (Optical Character Recognition) is recommended when pages has no text objects bat has an image that might contain text. | |
| LoadDocumentFromFile | Loads PDF document from specified file. | |
| LoadDocumentFromStream | Loads PDF document from provided stream. | |
| LoadDocumentFromVariant | Loads PDF document from byte array presented as array of Variant or Byte objects ('Variant()' or 'Byte()'). This is COM/ActiveX-compatible version of the method LoadDocumentFromStream(Stream) for in-memory processing of PDF files. | |
| MemberwiseClone | (Inherited from Object.) | |
| PerformDetection | Detects sensitive data in loaded document. | |
| Reset | Resets the instance, disposes internal resources and releases the file. Use this method before loading another PDF file. | |
| ToString | (Inherited from Object.) |
See Also