public method DocumentBuilder.Build
Generates a PDF document and saves it to a specified file.
void
Build (string fileName)
fileName
A full path to the file.
Example
var file = Path.Combine(folderPath, "fileName.pdf");
Declared in DocumentBuilder