static void n_VLayout (IntPtr jnienv, IntPtr native__this)
		{
			global::Com.Radaee.View.PDFLayoutVert __this = global::Java.Lang.Object.GetObject<global::Com.Radaee.View.PDFLayoutVert> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			__this.VLayout ();
		}
		static int n_VGetPage_II (IntPtr jnienv, IntPtr native__this, int p0, int p1)
		{
			global::Com.Radaee.View.PDFLayoutVert __this = global::Java.Lang.Object.GetObject<global::Com.Radaee.View.PDFLayoutVert> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			return __this.VGetPage (p0, p1);
		}