C# Class TestME.SavePDF

Mostra file Open project: Hli4S/TestMeApp Class Usage Examples

Public Methods

Method Description
SaveTest ( ) : void
SetTest ( string title, string date, List test, bool solved, string savePath ) : void

Private Methods

Method Description
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

Method Details

SaveTest() public static method

public static SaveTest ( ) : void
return void

SetTest() public static method

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