get_AppVersion()

IDocumentProperties::get_AppVersion() method

Returns the app version. Read-only System::String.

virtual System::String Aspose::Slides::IDocumentProperties::get_AppVersion()=0

Remarks

The content of this element shall be in the form XX.YYYY, where X and Y represent numerical values; otherwise, the document shall be considered non-conformant. Aspose.Slides represents its version in the format XX.YYZZ, where: XX - major version YY - minor version ZZ - patch version For example, the value 23.0105 means Aspose.Slides version 23.1.5.

See Also