Table of Contents

Class PageEventArgs

Namespace
PdfSharp.Events
Assembly
PdfSharp.dll

EventArgs for changes in the PdfPages of a document.

public class PageEventArgs : PdfSharpEventArgs
Inheritance
PageEventArgs
Inherited Members

Constructors

PageEventArgs(PdfObject)

EventArgs for changes in the PdfPages of a document.

public PageEventArgs(PdfObject source)

Parameters

source PdfObject

Properties

EventType

The event type of PageEvent.

public PageEventType EventType { get; }

Property Value

PageEventType

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

int