Table of Contents

Class Blob

Namespace
IO.Scanbot.Sdk.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/entity/Blob", DoNotGenerateAcw = true)]
public sealed class Blob : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Blob
Implements
Inherited Members

Constructors

Blob(string, string)

[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public Blob(string localPath, string remotePath)

Parameters

localPath string
remotePath string

Properties

A

[Register("a")]
public string A { get; set; }

Property Value

string

B

[Register("b")]
public string B { get; set; }

Property Value

string

LocalPath

public string LocalPath { get; }

Property Value

string

RemotePath

public string RemotePath { get; }

Property Value

string