Skip to content

Bookmark::Height property

The Height property return the dimensions on the page where the user should be zoomed into. The dimension information is based on the DPI used when loading the page.

int Height { get; set; }
int getHeight() throws IGRException;
void setHeight(int value) throws IGRException;
@property
def Height(self) -> int:
@property.setter
def Height(self, value: int)
int getHeight() const;
void setHeight(int value);

Return Value

int : Integer containing the dimension in pixels.

See Also