SensitiveDataDetectorGenerateReport Method
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
Generates sensitive data detection report in specified format.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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