Aspose::Page::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 Product2 | This is used by Aspose licensing code to verify the license is for the correct product. Temporarily Aspose.EPS license will be valid for Aspose.Page too. |
| static Product3 | This is used by Aspose licensing code to verify the license is for the correct product. Temporarily Aspose.XPS license will be valid for Aspose.Page too. |
| 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::Page
- Library Aspose.Page for C++