ExportFormInteractivePdf

TemplateExporter.ExportFormInteractivePdf method

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

public void ExportFormInteractivePdf(Stream writeable)
ParameterTypeDescription
writeableStreamWriteable stream

Exceptions

exceptioncondition
InvalidOperationExceptionIf called before advancing a cursor(MoveNext calls)

See Also