Click or drag to resize

BeforeRenderPageEventArgs Class

Represents the class that contain event data for the PrintPageLoaded event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.Controls.WinFormsBeforeRenderPageEventArgs

Namespace:  Patagames.Pdf.Net.Controls.WinForms
Assembly:  Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.84.2704
Syntax
public class BeforeRenderPageEventArgs : EventArgs

The BeforeRenderPageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBeforeRenderPageEventArgs
Construct new instnace of the PrintPageLoadedEventArgs class
Top
Properties
  NameDescription
Public propertyGraphics
Gets drawing surface.
Public propertyHeight
The page's height calculated to match the sheet size.
Public propertyPage
The page what will be printed.
Public propertyRotation
The page rotation.
Public propertyWidth
The page's width calculated to match the sheet size.
Public propertyX
Horizontal position of the Page on the drawing surface.
Public propertyY
Vertical position of the Page on the drawing surface.
Top
See Also