Skip to content

AnnotationActionGoTo::Zoom property

Indicates the zoom level to set once scrolled.

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);
[propget] HRESULT Zoom([out, retval] double* *result);
[propput] HRESULT Zoom([in] double* value);

Return Value

double