ExportPagePdf

TemplateExporter.ExportPagePdf method

Write current page of the current template as PDF into stream

public void ExportPagePdf(Stream writeable)
ParameterTypeDescription
writeableStreamWriteable stream

Exceptions

exceptioncondition
InvalidOperationExceptionIf called before advancing a cursor(MoveNext calls)

See Also