Table of Contents

Enum PageGraphicsActionType

Namespace
PdfSharp.Events
Assembly
PdfSharp.dll

The action type of PageGraphicsEvent.

public enum PageGraphicsActionType

Fields

Draw = 3

Another method drawing content was called on the page’s XGraphics object.

DrawString = 2

DrawString() was called on the page’s XGraphics object.

GraphicsCreated = 1

The XGraphics object for the page was created.