CPDFDocumentAIDewarp Method
|
Dewarp.
Namespace: ComPDF_Conversion.DocumentAIAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic static ErrorCode Dewarp(
string image_path,
out float[] rect,
string output_path
)
Parameters
- image_path String
- The input image file path.
- rect Single
- The four points of the correction rect.
- output_path String
- The output image file path.
Return Value
ErrorCodeErrorCode indicating the success or failure of the operation.
See Also