Class PageStorageProcessor.Configuration.Size
- Namespace
- IO.Scanbot.Sdk.Persistence
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/PageStorageProcessor$Configuration$Size", DoNotGenerateAcw = true)]
public sealed class PageStorageProcessor.Configuration.Size : Object, ISerializable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
PageStorageProcessor.Configuration.Size
- Implements
-
- Inherited Members
-
Constructors
Size()
[Register(".ctor", "()V", "")]
public Size()
Size(int, int)
[Register(".ctor", "(II)V", "")]
public Size(int width, int height)
Parameters
width
int
height
int
Properties
A
[Register("a")]
public int A { get; set; }
Property Value
- int
B
[Register("b")]
public int B { get; set; }
Property Value
- int
Height
public int Height { get; }
Property Value
- int
Width
public int Width { get; }
Property Value
- int
Methods
Component1()
[Register("component1", "()I", "")]
public int Component1()
Returns
- int
Component2()
[Register("component2", "()I", "")]
public int Component2()
Returns
- int
Copy(int, int)
[Register("copy", "(II)Lio/scanbot/sdk/persistence/PageStorageProcessor$Configuration$Size;", "")]
public PageStorageProcessor.Configuration.Size Copy(int width, int height)
Parameters
width
int
height
int
Returns
- PageStorageProcessor.Configuration.Size