Table of Contents

Class BarcodeAction.UpdateImage

Namespace
IO.Scanbot.Sdk.Ui_v2.Barcode.Common
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/barcode/common/BarcodeAction$UpdateImage", DoNotGenerateAcw = true)]
public sealed class BarcodeAction.UpdateImage : BarcodeAction, IUiAction, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeAction.UpdateImage
Implements
Inherited Members

Constructors

UpdateImage(string, Bitmap)

[Register(".ctor", "(Ljava/lang/String;Landroid/graphics/Bitmap;)V", "")]
public UpdateImage(string uuid, Bitmap image)

Parameters

uuid string
image Bitmap

Properties

Image

public Bitmap Image { get; }

Property Value

Bitmap

Uuid

public string Uuid { get; }

Property Value

string