![](../icons/Help.png) | BeforeRenderPageEventArgs Constructor |
Construct new instnace of the PrintPageLoadedEventArgs class
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntaxpublic BeforeRenderPageEventArgs(
Graphics g,
PdfPage page,
int x,
int y,
int width,
int height,
PageRotate rotation
)
Public Sub New (
g As Graphics,
page As PdfPage,
x As Integer,
y As Integer,
width As Integer,
height As Integer,
rotation As PageRotate
)
public:
BeforeRenderPageEventArgs(
Graphics^ g,
PdfPage^ page,
int x,
int y,
int width,
int height,
PageRotate rotation
)
new :
g : Graphics *
page : PdfPage *
x : int *
y : int *
width : int *
height : int *
rotation : PageRotate -> BeforeRenderPageEventArgs
public BeforeRenderPageEventArgs(
Graphics g,
PdfPage page,
int x,
int y,
int width,
int height,
PageRotate rotation
)
Patagames.Pdf.Net.Controls.WinForms.BeforeRenderPageEventArgs = function(g, page, x, y, width, height, rotation);
Parameters
- g Graphics
- Drawing surface.
- page PdfPage
- The page what will be printed.
- x Int32
- Horizontal position of the page on the drawing surface.
- y Int32
- Vertical position of the page on the drawing surface.
- width Int32
- The page's width calculated to match the sheet size.
- height Int32
- The page's height calculated to match the sheet size.
- rotation PageRotate
- The page rotation.
See Also