Bookmark::Y property¶
The Y property return the position on the page where the user should be scrolled to. The position information is based on the DPI used when loading the page.
int Y { get; set; }
int getY() throws IGRException;
void setY(int value) throws IGRException;
@property
def Y(self) -> int:
@property.setter
def Y(self, value: int)
int getY() const;
void setY(int value);
Return Value¶
int
: Integer containing the coordinate in pixels.