ExportFormPdf

TemplateExporter.ExportFormPdf method

Write all pages of the current template form as PDF file into stream

public void ExportFormPdf(Stream writeable)
ParameterTypeDescription
writeableStreamWriteable stream

Exceptions

exceptioncondition
InvalidOperationExceptionIf called before advancing a cursor(MoveNext calls)

See Also