Aspose::Font::AssemblyConstants Class Reference

Defines the constants that participate in the license check for the component. These used to be defined directly as assembly attributes, but I moved them into separate class because in .NET Compact Framework I cannot access assembly attributes. Now the licensing code when compiled for the .NET Compact Framework uses these constants instead of the assembly attributes. More...

Public Member Functions

 AssemblyConstants ()=delete
 

Static Public Attributes

static const System::String Title
 
static const System::String Product
 This is used by Aspose licensing code to verify the license is for the correct product. More...
 
static const System::String Family
 
static const System::String Platform
 
static const System::String Version
 The version of the assembly. More...
 
static const System::String ReleaseDate
 This is used by Aspose licensing code to check for subscription expiry. You need to set this to the date you publish a release or a hotfix. More...
 

Detailed Description

Defines the constants that participate in the license check for the component. These used to be defined directly as assembly attributes, but I moved them into separate class because in .NET Compact Framework I cannot access assembly attributes. Now the licensing code when compiled for the .NET Compact Framework uses these constants instead of the assembly attributes.

Constructor & Destructor Documentation

◆ AssemblyConstants()

Aspose::Font::AssemblyConstants::AssemblyConstants ( )
delete

Member Data Documentation

◆ Family

const System::String Aspose::Font::AssemblyConstants::Family
static

◆ Platform

const System::String Aspose::Font::AssemblyConstants::Platform
static

◆ Product

const System::String Aspose::Font::AssemblyConstants::Product
static

This is used by Aspose licensing code to verify the license is for the correct product.

◆ ReleaseDate

const System::String Aspose::Font::AssemblyConstants::ReleaseDate
static

This is used by Aspose licensing code to check for subscription expiry. You need to set this to the date you publish a release or a hotfix.

◆ Title

const System::String Aspose::Font::AssemblyConstants::Title
static

◆ Version

const System::String Aspose::Font::AssemblyConstants::Version
static

The version of the assembly.