Click or drag to resize

CPDFDocumentAIStampDetection Method

Stamp detection.

Namespace: ComPDF_Conversion.DocumentAI
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static List<DetectionResult> StampDetection(
	string image_path,
	out ErrorCode err
)

Parameters

image_path  String
The input image file path.
err  ErrorCode
ErrorCode indicating the success or failure of the operation.

Return Value

ListDetectionResult
Detection Result.
See Also