Read and set license from the specified stream.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetLicense(
	Stream stream
)
Visual Basic
Public Sub SetLicense ( _
	stream As Stream _
)
Visual C++
public:
void SetLicense(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream
A stream which contains the license.

See Also