public method DocumentBuilder.Build

Brief

Generates a PDF document and saves it to a specified file.

Declaration
C#
void  Build (string fileName)

Parameters
fileName

A full path to the file.

Example

   var file = Path.Combine(folderPath, "fileName.pdf");

Declared in DocumentBuilder

back