PDFsharp-net6

PageGraphicsEventArgs

Namespace: PdfSharp.Events

EventArgs for actions on a page’s XGraphics object.

public class PageGraphicsEventArgs : PdfSharpEventArgs

Inheritance ObjectEventArgsPdfSharpEventArgsPageGraphicsEventArgs

Properties

Page

Gets the page xxxxx.

public PdfPage Page { get; internal set; }

Property Value

PdfPage

Graphics

Gets the created XGraphics object.

public XGraphics Graphics { get; internal set; }

Property Value

XGraphics

ActionType

The action type of PageGraphicsEvent.

public PageGraphicsActionType ActionType { get; internal set; }

Property Value

PageGraphicsActionType

Source

The source of the event.

public PdfObject Source { get; set; }

Property Value

PdfObject

Constructors

PageGraphicsEventArgs()

public PageGraphicsEventArgs()