Get the page number for a particular page object.
[C#] int GetPageNumber(Page page) int GetPageNumber(int pageID)
int GetPageNumber(Page page) int GetPageNumber(int pageID)
Gets the page number for a particular page object.
The object can be specified either using a Page object or an IndirectObject ID.
The page number is a one based index - the first page is number one.
None.