Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents results of sensitive data detection. See SensitiveDataDetector.
Inheritance Hierarchy
Bytescout.PDFExtractorSensitiveDataDetectionResults
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The SensitiveDataDetectionResults type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SensitiveDataDetectionResults | Initializes a new instance of the SensitiveDataDetectionResults class |
Properties
Name | Description | |
---|---|---|
![]() | DetectedItems |
Gets the list of detected sensitive items.
|
![]() | FileName |
Processed file name.
|
![]() | NumberOfPagesInDocument |
Number of pages in document.
|
![]() | NumberOfProcessedPages |
Number of processed pages.
|
![]() | PercentOfSensitiveDataByPage |
Percent of sensitive data on each processed page.
|
![]() | PercentOfSensitiveDataInDocument |
Percent of sensitive data in document (computed only for processed pages).
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also