Aspose::Pdf::AssemblyConstants class

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

FieldDescription
static Family
static Platform
static ProducerThe producer of the Pdf file.
static PRODUCT
static ProductThis is used by Aspose licensing code to verify the license is for the correct product.
static ReleaseDateThis 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 VersionThe version of the assembly.

See Also