public bool EnableZoom {get; set;}
Public Property EnableZoom As Boolean
public bool EnableZoom {get; set;}
@property (nonatomic) BOOL enableZoom;
public boolean getEnableZoom() public void setEnableZoom(boolean enable)
get_EnableZoom();
set_EnableZoom(value);
Object.defineProperty('EnableZoom');
Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.