ApitronLicenseAttribute Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
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.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    Apitron.LicensingApitronLicenseAttribute
      Apitron.LicensingApitronPDFRasterizerLicenseAttribute

Namespace:  Apitron.Licensing
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public abstract class ApitronLicenseAttribute : Attribute

The ApitronLicenseAttribute type exposes the following members.

Properties

  NameDescription
Public propertyLicense
Gets the license string.
Top
See Also

Reference