ExportPagePng

TemplateExporter.ExportPagePng method

Write current page of the current template as PNG image into stream

public void ExportPagePng(Stream writeable)
ParameterTypeDescription
writeableStreamWriteable stream

Exceptions

exceptioncondition
InvalidOperationExceptionIf called before advancing a cursor(MoveNext calls)

See Also