Click or drag to resize
Pdftools logo

ProcessorWarningEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    PdfTools.OcrProcessorWarningEventArgs

Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
public class ProcessorWarningEventArgs : EventArgs

The ProcessorWarningEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCategory The category of the warning
Public propertyContext A description of the context where the warning occurred
Public propertyMessage The message describing the warning
Public propertyPageNo The page number this warning is associated to, or 0 if not page-specific
Top
See Also