Namespace: PdfSharp.Events
The action type of a PageGraphicsEvent.
public enum PageGraphicsActionType
Inheritance Object → ValueType → Enum → PageGraphicsActionType
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| GraphicsCreated | 1 | The XGraphics object for the page was created. |
| DrawString | 2 | DrawString() was called on the page’s XGraphics object. |
| Draw | 3 | Another method drawing content was called on the page’s XGraphics object. |