Link Search Menu Expand Document

SensitiveDataDetectorGenerateReport Method

Generates sensitive data detection report in specified format.

Namespace:Bytescout.PDFExtractor
Assembly: 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: String
A string containing the generated report.

Implements

ISensitiveDataDetectorGenerateReport(SensitiveDataDetectionResults, SensitiveDataReportFormat)
See Also

Reference