Namespace: PdfSharp.Events
The event type of a PageEvent.
public enum PageEventType
Inheritance Object → ValueType → Enum → PageEventType
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Created | 0 | A new page was created. |
| Moved | 1 | A page was moved. |
| Imported | 2 | A page was imported from another document. |
| Removed | 3 | A page was removed. |