Skip to main content
CheckingTextModeEnum enumeration constants denote the modes of checking the text layer in PDF documents.
typedef enum {
 CTM_HasText,
 CTM_ReliableText
} CheckingTextModeEnum;

Elements

NameDescription
CTM\_HasTextThe text is present on at least one of the document pages being checked.
CTM\_ReliableTextThe 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

IFRDocument::CheckTextLayer