Converter |
public class ConverterConversionEventEventArgs : EventArgs
The ConverterConversionEventEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Category |
The category of the event. This parameter can be used to:
| |
Code | 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. | |
Context | A description of the context where the event occurred | |
DataPart | The data part is for the main file and a data part specification for embedded files. Examples:
| |
Message | The event message | |
PageNo | The page this event is associated to or 0 | |
Severity | 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. |