Skip to content

Bookmark::PageIndex property

The PageIndex property returns the index of the page to navigate to when the Action is GoTo, otherwise it returns -1.

int PageIndex { get; set; }
int getPageIndex() throws IGRException;
void setPageIndex(int value) throws IGRException;
@property
def PageIndex(self) -> int:
@property.setter
def PageIndex(self, value: int)
int getPageIndex() const;
void setPageIndex(int value);

Return Value

int : The PageIndex property returns the index of the page to navigate to when the Action is GoTo, otherwise it returns -1.

See Also