Click or drag to resize

LibraryManagerSetOCRLanguage Method

Sets the OCR language for document processing.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static void SetOCRLanguage(
	List<OCRLanguage> ocr_language
)

Parameters

ocr_language  ListOCRLanguage
The language for OCR processing.
See Also