Print the specified form instance (as PDF) to the given output stream.
Namespace: Frevvo.Forms.ClientAssembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
Parameters
- formInstanceUri
- Type:
System Uri
The form instance Uri
- outStream
- Type:
System.IO Stream
The output stream (e.g. FileStream)
Exceptions
Exception | Condition |
---|---|
![]() | Thrown when PrintFormInstance is called for Flow object. |
Remarks
See Also