app_version property

app_version property

Returns the app version. Read-only str.

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.

Definition:

@property
def app_version(self):
    ...

See Also