Class PageEventArgs
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
Page
Gets or sets the affected page.
public PdfPage Page { get; set; }
Property Value
PageIndex
Gets or sets the page index of the affected page.
public int PageIndex { get; set; }