TemplatePackage Open Method (Stream, String)
Open a package from a byte stream.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Open(
	Stream stream,
	string rsaParamsXml
)

Parameters

stream
Type: OnlineSystem.IO Stream
The byte stream of a package.
rsaParamsXml
Type: OnlineSystem String
RSA key serialized to XML. If null, open an unencrypted package.
See Also