-
Home
-
API
-
PrintingTools.Core.Rendering
-
IVectorPageRenderer
-
Methods
-
ExportPdf(String, IReadOnlyList)
ExportPdf(String, IReadOnlyList) Method
Definition
Renders the supplied pages to a PDF file at the given path, overwriting any existing file.
void ExportPdf(string path, IReadOnlyList<PrintPage> pages)
Parameters