C# 클래스 Patagames.Pdf.Net.Controls.Wpf.BeforeRenderPageEventArgs

Represents the class that contain event data for the PrintPageLoaded event.
상속: System.EventArgs
파일 보기 프로젝트 열기: Patagames/Pdf.Wpf 1 사용 예제들

공개 메소드들

메소드 설명
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