Bookmark::Zoom property¶
The Zoom property returns the zoom/fit level that should be applied when navigating to the destination.
double Zoom { get; set; }
double getZoom() throws IGRException;
void setZoom(double value) throws IGRException;
@property
def Zoom(self) -> double:
@property.setter
def Zoom(self, value: double)
double getZoom() const;
void setZoom(double value);
Return Value¶
double
: The Zoom property returns the zoom/fit level that should be applied when navigating to the destination.