Click or drag to resize
Pdftools logo

ConverterConversionEventEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    PdfTools.PdfA.ConversionConverterConversionEventEventArgs

Namespace: PdfTools.PdfA.Conversion
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class ConverterConversionEventEventArgs : EventArgs

The ConverterConversionEventEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCategory The category of the event. This parameter can be used to:
  • Classify the severity of an event
  • Specialized handling of events
See the documentation of ConversionEvent for a more detailed description.
Public propertyCode The code identifying particular events which can be used for detection and specialized handling of specific events. For most applications, it suffices to handle events by category.
Public propertyContext A description of the context where the event occurred
Public propertyDataPart

The data part is for the main file and a data part specification for embedded files.

Examples:

  • embedded-file:file.pdf: For a file file.pdf that is embedded in the main file.
  • embedded-file:file1.pdf/embedded-file:file2.pdf: For a file file2.pdf that is embedded in an embedded file file1.pdf.

Public propertyMessage The event message
Public propertyPageNo The page this event is associated to or 0
Public propertySeverity

The suggested severity of the event.

We suggest checking, which conversion events are tolerable in your conversion process and which must be considered critical. See the documentation of ConversionEvent for a more detailed description.

Top
See Also