Click or drag to resize
Pdftools logo

WarningCategory Enumeration

The category of OCR warnings


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
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