Gets the index.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetIndex As Integer
public:
virtual int GetIndex() sealed
Return Value
Type:
Int32 the Page number indication the position of this Page in document's page sequence.
Document's page sequence is indexed from 1. Page number 0 means that the page is not part
of document's page sequence or that the page is not valid.
See Also