Link Search Menu Expand Document

SensitiveDataDetectorPerformDetection Method

Detects sensitive data in loaded document.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public SensitiveDataDetectionResults PerformDetection(
	int startPage = 0,
	int endPage = -1,
	string policies = null,
	string locales = null
)

Parameters

startPage (Optional)
Type: SystemInt32
Start page index (zero based) of the document.
endPage (Optional)
Type: SystemInt32
End page index (zero based) of the document. Set -1 for "to the last page".
policies (Optional)
Type: SystemString
Comma separated list of policies to detect. See GetSensitiveDataPolicies method to get the list of available policies. If null or empty string, all policies will be applied.
locales (Optional)
Type: SystemString
Comma separated list of policy locales. See GetSensitiveDataPolicies method to get the list of available policy locales. If null or empty string, all locales will be used.

Return Value

Type: SensitiveDataDetectionResults
Array of detected threats.

Implements

ISensitiveDataDetectorPerformDetection(Int32, Int32, String, String)
See Also

Reference