CheckingTextModeEnum
CheckingTextModeEnum enumeration constants denote the modes of checking the text layer in PDF documents.
typedef enum {
CTM_HasText,
CTM_ReliableText
} CheckingTextModeEnum;
Elements
Name | Description |
---|---|
CTM_HasText | The text is present on at least one of the document pages being checked. |
CTM_ReliableText | The text is found to be reliable on all document pages being checked. The text is defined as being reliable if all pages of the source PDF file were exported using the PEM_TextOnly, PEM_TextWithPictures, or PEM_TextOnImage modes (see PDFExportModeEnum) and successfully passed the check for broken encoding. |
Used in
03.07.2024 8:50:25