Read and set license from the specified file.

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

Syntax

C#
public void SetLicense(
	string licenseName
)
Visual Basic
Public Sub SetLicense ( _
	licenseName As String _
)
Visual C++
public:
void SetLicense(
	String^ licenseName
)

Parameters

licenseName
Type: System..::..String
Full path or short file name of the license file or embedded resource.

See Also