WdInformation items

Hello,

Are there any ASPOSE equivalents to the MS Word WDInformation items below at the document, section and range levels?

Selection.get_Information(MSWord.WdInformation.wdActiveEndPageNumber)

Range.get_Information(MSWord.WdInformation.wdActiveEndAdjustedPageNumber)

MSWord.WdInformation.wdActiveEndSectionNumber

Thanks,

Mark

These values are not stored n the document but calculated by MS Word when doing page layout. Aspose.Words does not have a page layout engine yet, so we cannot calculate these values in the current version. Pagination together with rendering will be implemented in Aspose.Words later this year.

Best regards,

That's great. Will this be in the 4.0 release?

Thanks,

Mark

No, version 4.0 won't include pagination yet.

Best regards,