License Class |
Namespace: GroupDocs.Metadata
The License type exposes the following members.
Name | Description | |
---|---|---|
![]() | License |
Initializes a new instance of the License class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetLicense(Stream) |
Licenses the component.
|
![]() ![]() | SetLicense(String) |
Licenses the component.
|
![]() | ToString | (Inherited from Object.) |
// initialize License class License license = new License(); // set path to .lic file license.SetLicense(@"C:\\GroupDocs.Metadata.lic");