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
Generates sensitive data detection report in specified format.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax
public string GenerateReport( SensitiveDataDetectionResults results, SensitiveDataReportFormat format )
Parameters
- results
- Type: Bytescout.PDFExtractorSensitiveDataDetectionResults
Results from PerformDetection(Int32, Int32, String, String) method. - format
- Type: Bytescout.PDFExtractorSensitiveDataReportFormat
Report format.
Return Value
Type: StringA string containing the generated report.
Implements
ISensitiveDataDetectorGenerateReport(SensitiveDataDetectionResults, SensitiveDataReportFormat)See Also