Hi,
In Aspose.Cells you can call:
CellsHelper.GetVersion()
to get the current Aspose version.
Is there a similar function for Words or do we have to get it manually using Assembly.GetName().Version
Cheers,
Hi,
In Aspose.Cells you can call:
CellsHelper.GetVersion()
to get the current Aspose version.
Is there a similar function for Words or do we have to get it manually using Assembly.GetName().Version
Cheers,
Thanks for your inquiry. Please use following property to get API build version for your requirements.
Aspose.Words.BuildVersionInfo.Version
Best Regards,