Class BarcodeFormats
- Namespace
- IO.Scanbot.Sdk.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeFormats : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BarcodeFormats
- Implements
-
Constructors
public BarcodeFormats(JSONObject json)
Parameters
json
JSONObject
public BarcodeFormats(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
public static IList<BarcodeFormat> All { get; }
Property Value
- IList<BarcodeFormat>
public static IList<BarcodeFormat> Common { get; }
Property Value
- IList<BarcodeFormat>
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
public static IList<BarcodeFormat> Oned { get; }
Property Value
- IList<BarcodeFormat>
public static IList<BarcodeFormat> Pharma { get; }
Property Value
- IList<BarcodeFormat>
Postal
public static IList<BarcodeFormat> Postal { get; }
Property Value
- IList<BarcodeFormat>
public static IList<BarcodeFormat> Twod { get; }
Property Value
- IList<BarcodeFormat>
Methods
public static BarcodeFormats Default()
Returns
- BarcodeFormats
DescribeContents()
public int DescribeContents()
Returns
- int
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags