CPDFDocumentAIMagicColor Method
|
Magic Color.
Namespace: ComPDF_Conversion.DocumentAIAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic 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
ErrorCodeErrorCode indicating the success or failure of the operation.
See Also