PDFsharp-net6

PageEventArgs

Namespace: PdfSharp.Events

EventArgs for changes in the PdfPages of a document.

public class PageEventArgs : PdfSharpEventArgs

Inheritance ObjectEventArgsPdfSharpEventArgsPageEventArgs

Properties

Page

Gets or sets the affected page.

public PdfPage Page { get; set; }

Property Value

PdfPage

PageIndex

Gets or sets the page index of the affected page.

public int PageIndex { get; set; }

Property Value

Int32

EventType

The event type of PageEvent.

public PageEventType EventType { get; internal set; }

Property Value

PageEventType

Source

The source of the event.

public PdfObject Source { get; set; }

Property Value

PdfObject

Constructors

PageEventArgs()

public PageEventArgs()