AppVersion

IDocumentProperties.AppVersion property

Returns the app version. Read-only String.

public string AppVersion { get; }

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