License Class |
Namespace: GroupDocs.Watermark
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.Watermark.lic");