C# 클래스 BaconFeedback.PrintHandler

Class used to layout print documents prior to preview or printing.
파일 보기 프로젝트 열기: Revelations/BaconApp 1 사용 예제들

공개 메소드들

메소드 설명
ConstructPrintDocument ( System.Drawing.Printing.PrintPageEventArgs e ) : void

Builds a multi page print document for display in a print preview, or for printing directly. This will be called as many times as there are pages in the print document.

PrintHandler ( List files ) : System

Constructor accepting a single argument.

비공개 메소드들

메소드 설명
ConstructSingleFeedback ( System.Drawing.Printing.PrintPageEventArgs e ) : void

Creates a print layout for a single feedback file.

Print ( System.Drawing.Printing.PrintPageEventArgs e, IEnumerable pairs ) : void
PrintBody ( System.Drawing.Printing.PrintPageEventArgs e, string body, int &yOffset, int xOffset ) : void
PrintEmptyLine ( System.Drawing.Printing.PrintPageEventArgs e, int &yOffset ) : void
PrintHead ( System.Drawing.Printing.PrintPageEventArgs e, string head, int &yOffset ) : void
PrintSingleColumn ( System.Drawing.Printing.PrintPageEventArgs e, string head, string body, int &yOffset ) : void
PrintTwoColumn ( System.Drawing.Printing.PrintPageEventArgs e, string head, string body, int &yOffset ) : void
SkeletonFile ( FeedbackFile file ) : IEnumerable>

메소드 상세

ConstructPrintDocument() 공개 메소드

Builds a multi page print document for display in a print preview, or for printing directly. This will be called as many times as there are pages in the print document.
public ConstructPrintDocument ( System.Drawing.Printing.PrintPageEventArgs e ) : void
e System.Drawing.Printing.PrintPageEventArgs
리턴 void

PrintHandler() 공개 메소드

Constructor accepting a single argument.
public PrintHandler ( List files ) : System
files List List of feedback files requested for printing.
리턴 System