C# Class TestME.SavePDF

Afficher le fichier Open project: Hli4S/TestMeApp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static SaveTest ( ) : void
Résultat void

SetTest() public static méthode

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