/// <summary> /// Get Camera Device Max Zoom value. /// </summary> /// <returns>Max Zoom value.</returns> public float getMaxZoomValue() { return(NativeAPI.CameraDevice_getMaxZoomValue()); }