ExportPageInteractivePdf

TemplateExporter.ExportPageInteractivePdf method

Save a form page to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically.

public void ExportPageInteractivePdf(Stream writeable)
ParameterTypeDescription
writeableStreamWriteable stream

Exceptions

exceptioncondition
InvalidOperationExceptionIf called before advancing a cursor(MoveNext calls)

See Also