ExportPdf(String, IReadOnlyList) Method

Definition

Assembly PrintingTools.Core.dll

Renders the supplied pages to a PDF file at the given path, overwriting any existing file.

void ExportPdf(string path, IReadOnlyList<PrintPage> pages)

Parameters

path
String