API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.ReportBuilder.CReportBuilderFactory Class Reference

A factory class that you must use if you want to create a PDF document from a CLatexDocument instance. More...

Static Public Member Functions

static bool CreateLatexDocument (CLatexDocument Document, string FileName, string DirectoryName)
 Creates a latex document from a CLatexDocument object. When you want create any kind of report, you usualy have to create and configure a CLatexDocument and then you call the CreateLatexDocument to generate the report. More...
 

Detailed Description

A factory class that you must use if you want to create a PDF document from a CLatexDocument instance.

Member Function Documentation

static bool Kinova.DLL.ReportBuilder.CReportBuilderFactory.CreateLatexDocument ( CLatexDocument  Document,
string  FileName,
string  DirectoryName 
)
static

Creates a latex document from a CLatexDocument object. When you want create any kind of report, you usualy have to create and configure a CLatexDocument and then you call the CreateLatexDocument to generate the report.

Parameters
DocumentThe document.
FileNameName of the file.

The documentation for this class was generated from the following file: