Bookmark::Width property¶
The Width property return the dimensions on the page where the user should be zoomed into. The dimension information is based on the DPI used hen loading the page.
int Width { get; set; }
int getWidth() throws IGRException;
void setWidth(int value) throws IGRException;
@property
def Width(self) -> int:
@property.setter
def Width(self, value: int)
int getWidth() const;
void setWidth(int value);
Return Value¶
int
: Integer containing the dimension in pixels.