C# 클래스 TestME.SavePDF

파일 보기 프로젝트 열기: Hli4S/TestMeApp 1 사용 예제들

공개 메소드들

메소드 설명
SaveTest ( ) : void
SetTest ( string title, string date, List test, bool solved, string savePath ) : void

비공개 메소드들

메소드 설명
DrawStringML ( this G, string Text, PdfSharp.Drawing.XFont font, PdfSharp.Drawing.XBrush brush, double x, double &y, double mX ) : void
initialize ( ) : void
watermarkprint ( XGraphics gfx, PdfPage page, PdfSharp.Drawing.XFont font ) : void

메소드 상세

SaveTest() 공개 정적인 메소드

public static SaveTest ( ) : void
리턴 void

SetTest() 공개 정적인 메소드

public static SetTest ( string title, string date, List test, bool solved, string savePath ) : void
title string
date string
test List
solved bool
savePath string
리턴 void