Click or drag to resize
Pdftools logo

WarningCategory Enumeration

The category of OCR warnings


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
public enum WarningCategory
Members
Member nameValueDescription
Ocr1 An OCR-related warning, e.g. if the page resolution is outside the optimal range.
Tagging2 A tagging-related warning.
Text3 A text processing warning.
SignedDocument4 A warning related to signed documents, e.g. that signatures will be invalidated.
See Also