Ejemplo n.º 1
0
 static void n_OnPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_(IntPtr jnienv, IntPtr native__this, IntPtr native_error)
 {
     global::IO.Anyline.Plugin.Document.IDocumentScanResultListener          __this = global::Java.Lang.Object.GetObject <global::IO.Anyline.Plugin.Document.IDocumentScanResultListener>(jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error  = global::Java.Lang.Object.GetObject <global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError>(native_error, JniHandleOwnership.DoNotTransfer);
     __this.OnPreviewProcessingFailure(error);
 }