C# Class Patagames.Pdf.Net.Controls.Wpf.BeforeRenderPageEventArgs

Represents the class that contain event data for the PrintPageLoaded event.
Inheritance: System.EventArgs
Show file Open project: Patagames/Pdf.Wpf Class Usage Examples

Public Methods

Method Description
BeforeRenderPageEventArgs ( PdfPage page, double width, double height, PageRotate rotation ) : System

Construct new instnace of the PrintPageLoadedEventArgs class

Method Details

BeforeRenderPageEventArgs() public method

Construct new instnace of the PrintPageLoadedEventArgs class
public BeforeRenderPageEventArgs ( PdfPage page, double width, double height, PageRotate rotation ) : System
page PdfPage The page what will be printed.
width double The page's width calculated to match the sheet size.
height double The page's height calculated to match the sheet size.
rotation PageRotate The page rotation.
return System