PDFsharp-net6

PageGraphicsActionType

Namespace: PdfSharp.Events

The action type of a PageGraphicsEvent.

public enum PageGraphicsActionType

Inheritance ObjectValueTypeEnumPageGraphicsActionType
Implements IComparable, IFormattable, IConvertible

Fields

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.