Enum MessageType
The type of message received from Prince.
Namespace: PrinceXML.Wrapper.Events
Assembly: PrinceXML.Wrapper.dll
Syntax
public enum MessageType : int
Fields
Name | Description |
---|---|
DBG | Debug message. |
ERR | Error message. |
INF | Information message. |
OUT | Console output from |
WRN | Warning message. |