Describes a renderer capable of producing vector (typically PDF) representations of a print page sequence.
public interface IVectorPageRenderer
kind:method, kind:property, kind:ctor. Press Esc to clear.CreatePdfBytes(IReadOnlyList<PrintPage>)Renders the supplied pages to a PDF byte payload that can be consumed by native preview/print surfaces.ExportPdf(String, IReadOnlyList<PrintPage>)Renders the supplied pages to a PDF file at the given path, overwriting any existing file.