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

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

Méthodes publiques

Méthode Description
BeforeRenderPageEventArgs ( PdfPage page, double width, double height, PageRotate rotation ) : System

Construct new instnace of the PrintPageLoadedEventArgs class

Method Details

BeforeRenderPageEventArgs() public méthode

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.
Résultat System