Apitron.Licensing Namespace

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Contains objects responsible for licensing process.
Classes

  ClassDescription
Public classApitronLicenseAttribute
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.
Public classApitronPDFRasterizerLicenseAttribute
A PDF rasterizer specialized version of the ApitronLicenseAttribute.See base class desctiption for usage details.
Public classInvalidLicenseException
This class represents an exception that occurs if the license is not set.
Public classLicense
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.
Public classRasterizerLicense
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

  EnumerationDescription
Public enumerationLicenseState
Contains possible diagnostic codes that might be set when you apply a license.
Public enumerationLicenseType
Defines available license types within the current licensing scheme.