Class JsonPageSize
- Namespace
- IO.Scanbot.Sdk.UI.Configuration.Json
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/configuration/json/JsonPageSize", DoNotGenerateAcw = true)]
public sealed class JsonPageSize : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
JsonPageSize
- Implements
-
- Inherited Members
-
Properties
A3
[Register("A3")]
public static JsonPageSize A3 { get; }
Property Value
- JsonPageSize
A4
[Register("A4")]
public static JsonPageSize A4 { get; }
Property Value
- JsonPageSize
A5
[Register("A5")]
public static JsonPageSize A5 { get; }
Property Value
- JsonPageSize
B4
[Register("B4")]
public static JsonPageSize B4 { get; }
Property Value
- JsonPageSize
B5
[Register("B5")]
public static JsonPageSize B5 { get; }
Property Value
- JsonPageSize
Comm10
[Register("COMM10")]
public static JsonPageSize Comm10 { get; }
Property Value
- JsonPageSize
Custom
[Register("CUSTOM")]
public static JsonPageSize Custom { get; }
Property Value
- JsonPageSize
Executive
[Register("EXECUTIVE")]
public static JsonPageSize Executive { get; }
Property Value
- JsonPageSize
Legal
[Register("LEGAL")]
public static JsonPageSize Legal { get; }
Property Value
- JsonPageSize
Letter
[Register("LETTER")]
public static JsonPageSize Letter { get; }
Property Value
- JsonPageSize
US4x6
[Register("US4x6")]
public static JsonPageSize US4x6 { get; }
Property Value
- JsonPageSize
US4x8
[Register("US4x8")]
public static JsonPageSize US4x8 { get; }
Property Value
- JsonPageSize
US5x7
[Register("US5x7")]
public static JsonPageSize US5x7 { get; }
Property Value
- JsonPageSize
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonPageSize;", "")]
public static JsonPageSize ValueOf(string value)
Parameters
value
string
Returns
- JsonPageSize
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonPageSize;", "")]
public static JsonPageSize[] Values()
Returns
- JsonPageSize[]