CreatePdfBytes(IReadOnlyList) Method

Definition

Assembly PrintingTools.Core.dll

Renders the supplied pages to a PDF byte payload that can be consumed by native preview/print surfaces.

byte[] CreatePdfBytes(IReadOnlyList<PrintPage> pages)

Parameters

Returns