PdfModeEnum (COM-based API)
PDFModeEnum enumeration constants are used to set the PDF processing mode.
enum PdfModeEnum {
PM_Text = 0,
PM_Auto = 1,
PM_Ocr = 2
};
Elements
Name | Description |
PM_Auto | Detect automatically. |
PM_OCR | Always perform OCR. |
PM_Text | Always use the text available in the PDF file. |
3/26/2024 1:49:49 PM