Skip to content

Bookmark::X property

The X 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 X { get; set; }
int getX() throws IGRException;
void setX(int value) throws IGRException;
@property
def X(self) -> int:
@property.setter
def X(self, value: int)
int getX() const;
void setX(int value);

Return Value

int : Integer containing the coordinate in pixels.

See Also