static int n_GetCurrentPage(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Vudroid.Core.DocumentView __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.DocumentView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.CurrentPage);
 }
 static void n_ZoomChanged_FF(IntPtr jnienv, IntPtr native__this, float p0, float p1)
 {
     global::Org.Vudroid.Core.DocumentView __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.DocumentView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ZoomChanged(p0, p1);
 }
 static void n_SetDecodeService_Lorg_vudroid_core_DecodeService_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Org.Vudroid.Core.DocumentView   __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.DocumentView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Org.Vudroid.Core.IDecodeService p0     = (global::Org.Vudroid.Core.IDecodeService)global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.IDecodeService> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetDecodeService(p0);
 }
 static void n_ShowDocument(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Vudroid.Core.DocumentView __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.DocumentView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ShowDocument();
 }
 static void n_GoToPage_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Vudroid.Core.DocumentView __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.DocumentView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.GoToPage(p0);
 }