TemplatePackageManifest ToStream Method
Serialize this manifest to an XML string and write it to a stream using UTF-8 encoding (with a byte-order-mark).

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

public void ToStream(
	Stream st
)
See Also