PDFsharp-net6

PageEventType

Namespace: PdfSharp.Events

The event type of a PageEvent.

public enum PageEventType

Inheritance ObjectValueTypeEnumPageEventType
Implements IComparable, IFormattable, IConvertible

Fields

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.