FormTypeEntry PrintFormInstance Method frevvo Live Forms
Print the specified form instance (as 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(
	Uri formInstanceUri,
	Stream outStream
)
Exceptions

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

Printing is not supported for Flow objects.
See Also