AnnotationActionGoTo::Page property¶
Indicates the page number to scroll to.
int Page { get; set; }
int getPage() throws IGRException;
void setPage(int value) throws IGRException;
@property
def Page(self) -> int:
@property.setter
def Page(self, value: int)
int getPage() const;
void setPage(int value);
[propget] HRESULT Page([out, retval] int *result);
[propput] HRESULT Page([in] int value);
Return Value¶
int