C# Класс Patagames.Pdf.Net.Controls.Wpf.BeforeRenderPageEventArgs

Represents the class that contain event data for the PrintPageLoaded event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BeforeRenderPageEventArgs ( PdfPage page, double width, double height, PageRotate rotation ) : System

Construct new instnace of the PrintPageLoadedEventArgs class

Описание методов

BeforeRenderPageEventArgs() публичный Метод

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.
Результат System