License Class |
Namespace: Aspose.Note
The License type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | License |
Initializes a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | SetLicense(Stream) |
Licenses the component.
|
![]() ![]() | SetLicense(String) |
Licenses the component.
|
![]() | ToString | (Inherited from Object.) |
[C#] License license = new License(); license.SetLicense("MyLicense.lic"); [Visual Basic] Dim license As license = New license License.SetLicense("MyLicense.lic")
License license = new License(); license.setLicense("MyLicense.lic");