Provides information about the current product name and version.
Shows how to display information about your installed version of Aspose.Words.
#include <Aspose.Words.Cpp/BuildVersionInfo.h>
Public Member Functions | |
| BuildVersionInfo ()=delete | |
Static Public Member Functions | |
| static String | get_Product () |
| Gets the full name of the product. More... | |
| static String | get_Version () |
| Gets the product version. More... | |
|
delete |
|
static |
Gets the full name of the product.
Shows how to display information about your installed version of Aspose.Words.
|
static |
Gets the product version.
The product version is in the "Major.Minor.Hotfix.0" format.
Shows how to display information about your installed version of Aspose.Words.