Aspose::Font::AssemblyConstants class
Contents
[
Hide
]AssemblyConstants class
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.
class AssemblyConstants
Methods
| Method | Description | 
|---|---|
| AssemblyConstants() | 
Fields
| Field | Description | 
|---|---|
| static Family | |
| static Platform | |
| static Product | This is used by Aspose licensing code to verify the license is for the correct product. | 
| static 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. | 
| static Title | |
| static Version | The version of the assembly. | 
See Also
- Namespace Aspose::Font
 - Library Aspose.Font for C++