PortingAssemblyInfo.h
1 #pragma once
2 // Copyright (c) 2001-2021 Aspose Pty Ltd. All Rights Reserved.
3 //[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
4 
5 #include <system/string.h>
6 
7 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
8 
9 namespace Aspose {
10 
11 namespace Pdf {
12 
21 {
23  typedef System::Object BaseType;
24 
25  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
26  RTTI_INFO_DECL();
27 
28 public:
29 
30  static const System::String Title;
34  static const System::String Product;
36  static const System::String PRODUCT;
37  static const System::String Family;
38  static const System::String Platform;
42  static const System::String Version;
44  static const System::String VERSION;
53  static const System::String Producer;
54 
55 };
56 
60 class ASPOSE_PDF_SHARED_CLASS BuildVersionInfo final : public System::Object
61 {
62  typedef BuildVersionInfo ThisType;
63  typedef System::Object BaseType;
64 
65  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
66  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
67 
68 public:
69 
73  static const ASPOSE_PDF_SHARED_API System::String AssemblyVersion;
77  static const ASPOSE_PDF_SHARED_API System::String Product;
81  static const ASPOSE_PDF_SHARED_API System::String Producer;
85  static const ASPOSE_PDF_SHARED_API System::String FileVersion;
89  static ASPOSE_PDF_SHARED_API System::String InternalProducer;
90 
91 };
92 
93 } // namespace Pdf
94 } // namespace Aspose
95 
96 
static ASPOSE_PDF_SHARED_API System::String InternalProducer
Product Name
Definition: PortingAssemblyInfo.h:89
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
static const System::String Title
Definition: PortingAssemblyInfo.h:30
static const ASPOSE_PDF_SHARED_API System::String Producer
Product Name
Definition: PortingAssemblyInfo.h:81
static const System::String Producer
The producer of the Pdf file.
Definition: PortingAssemblyInfo.h:53
static const System::String Family
Definition: PortingAssemblyInfo.h:37
Definition: AFRelationship.h:4
static const System::String Version
The version of the assembly.
Definition: PortingAssemblyInfo.h:42
static const System::String Product
This is used by Aspose licensing code to verify the license is for the correct product.
Definition: PortingAssemblyInfo.h:34
This class provides information about current product build.
Definition: PortingAssemblyInfo.h:60
Defines the constants that participate in the license check for the component. These used to be defin...
Definition: PortingAssemblyInfo.h:20
static const System::String ReleaseDate
This is used by Aspose licensing code to check for subscription expiry. You need to set this to the d...
Definition: PortingAssemblyInfo.h:49
static const ASPOSE_PDF_SHARED_API System::String FileVersion
File Version
Definition: PortingAssemblyInfo.h:85
static const System::String PRODUCT
Definition: PortingAssemblyInfo.h:36
static const System::String Platform
Definition: PortingAssemblyInfo.h:38
static const ASPOSE_PDF_SHARED_API System::String AssemblyVersion
Assembly Version
Definition: PortingAssemblyInfo.h:73
static const System::String VERSION
Definition: PortingAssemblyInfo.h:44
Whole PDF file will be submitted.
static const ASPOSE_PDF_SHARED_API System::String Product
Product Name
Definition: PortingAssemblyInfo.h:77