Table of Contents

Class BarcodeDocumentFormats

Namespace
IO.Scanbot.Sdk.Barcode
Assembly
DocumentSDK.NET.Droid.dll
public sealed class BarcodeDocumentFormats : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
BarcodeDocumentFormats
Implements

Constructors

BarcodeDocumentFormats()

public BarcodeDocumentFormats()

BarcodeDocumentFormats(JSONObject)

public BarcodeDocumentFormats(JSONObject json)

Parameters

json JSONObject

BarcodeDocumentFormats(IDictionary<string, Object>)

public BarcodeDocumentFormats(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

All

public static IList<BarcodeDocumentFormat> All { get; }

Property Value

IList<BarcodeDocumentFormat>

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

DocumentBarcodeFormats

public static IDictionary<BarcodeDocumentFormat, IList<BarcodeFormat>> DocumentBarcodeFormats { get; }

Property Value

IDictionary<BarcodeDocumentFormat, IList<BarcodeFormat>>

Methods

Default()

public static BarcodeDocumentFormats Default()

Returns

BarcodeDocumentFormats

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags