Aspose::TeX::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 : public System::Object
Fields
Field | Description |
---|---|
static Family | |
static Platform | |
static Producer | The producer of the output documents. |
static PRODUCT | |
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 | |
static Version | The version of the assembly. |
See Also
- Class Object
- Namespace Aspose::TeX
- Library Aspose.TeX for C++