Click or drag to resize

PdfPageEventArgs Class

Represents the class that contain PdfPage as event data.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsPdfPageEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfPageEventArgs : EventArgs

The PdfPageEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPdfPageEventArgs Construct PdfPageEventArgs object
Top
Properties
 NameDescription
Public propertyPage The page
Top
See Also