Click or drag to resize

CPDFDocumentAIMagicColor Method

Magic Color.

Namespace: ComPDF_Conversion.DocumentAI
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static ErrorCode MagicColor(
	string image_path,
	string output_path
)

Parameters

image_path  String
The input image file path.
output_path  String
The output image file path.

Return Value

ErrorCode
ErrorCode indicating the success or failure of the operation.
See Also