Apitron.PDF.Rasterizer library for .NET
SystemObject
Apitron.LicensingRasterizerLicense
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
Top
Represents a license object, it can be used for obtaining license state or setting a license.
License also can be set using specialized version of the ApitronLicenseAttribute.
Inheritance Hierarchy
Apitron.LicensingRasterizerLicense
Namespace: Apitron.Licensing
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The RasterizerLicense type exposes the following members.
Properties
Name | Description | |
---|---|---|
LicenseState |
Gets the state of the license.
| |
LicenseType |
Gets the type of the license.
|
Methods
Name | Description | |
---|---|---|
SetLicense(String) |
Sets the license.
| |
SetLicense(String, LicenseType) | Obsolete.
Sets the license.
|
See Also