C# Class ViqetDesktop.PdfWriter

Using dlls from the following open source projects to produce the Pdf file http://www.pdfsharp.com http://www.migradoc.com http://sourceforge.net/projects/pdfsharp
Datei anzeigen Open project: VIQET/VIQET-Desktop

Public Methods

Method Description
CreateFile ( Result result, string filePath ) : void

Private Methods

Method Description
CreateDocument ( Result result ) : MigraDoc.DocumentObjectModel.Document
CreateFileFromResource ( string filePath ) : string

Method Details

CreateFile() public static method

public static CreateFile ( Result result, string filePath ) : void
result Result
filePath string
return void