Table of Contents

Class PageGraphicsEventArgs

Namespace
PdfSharp.Events
Assembly
PdfSharp.dll

EventArgs for actions on a page’s XGraphics object.

public class PageGraphicsEventArgs : PdfSharpEventArgs
Inheritance
PageGraphicsEventArgs
Inherited Members

Constructors

PageGraphicsEventArgs(PdfObject)

EventArgs for actions on a page’s XGraphics object.

public PageGraphicsEventArgs(PdfObject source)

Parameters

source PdfObject

Properties

ActionType

The action type of PageGraphicsEvent.

public PageGraphicsActionType ActionType { get; }

Property Value

PageGraphicsActionType

Graphics

Gets the created XGraphics object.

public XGraphics Graphics { get; }

Property Value

XGraphics

Page

Gets the page that causes the event.

public PdfPage Page { get; }

Property Value

PdfPage