PackageSource Constructor (Stream, Boolean)
Constructor that takes a stream

Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax

public PackageSource(
	Stream stream,
	bool closeStream = true
)

Parameters

stream
Type: System.IOStream
Package stream
closeStream (Optional)
Type: SystemBoolean
Indicates whether the client should close the stream after reading it
See Also

Reference