Apitron.PDF.Rasterizer library for .NET
Contains objects responsible for licensing process.
Classes
Class | Description | |
---|---|---|
![]() | ApitronLicenseAttribute |
An attribute used for licensing, every product has its own specialized implementation of this class.
Its role is to allow a user to set a license string, alternative way is to use SetLicense(String) function.
|
![]() | ApitronPDFRasterizerLicenseAttribute |
A PDF rasterizer specialized version of the ApitronLicenseAttribute.See base class desctiption for usage details.
|
![]() | InvalidLicenseException |
This class represents an exception that occurs if the license is not set.
|
![]() | License |
Represents a license object, it can be used for obtaining license state, type or setting a license.
License also can be set using specialized version of the ApitronLicenseAttribute.
|
![]() | RasterizerLicense |
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.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | LicenseState |
Contains possible diagnostic codes that might be set when you apply a license.
|
![]() | LicenseType |
Defines available license types within the current licensing scheme.
|