BaseSubmissionEntry E  PrintFormInstance Method frevvo Live Forms
Print a reconstituted form instance (pdf) to the given output stream.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public void PrintFormInstance(
	Stream outStream
)

Parameters

outStream
Type: OnlineSystem.IO Stream
The output stream (e.g. FileStream)
Exceptions

ExceptionCondition
OnlineSystem NotSupportedExceptionThrown when PrintFormInstance is called for Flow object.
Remarks

Printing is not supported for Flow objects.
See Also