Table of Contents

Class Page.Size

Namespace
IO.Scanbot.Sdk.Persistence
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/Page$Size", DoNotGenerateAcw = true)]
public sealed class Page.Size : Object, ISerializable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Page.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/Page$Size;", "")]
public Page.Size Copy(int width, int height)

Parameters

width int
height int

Returns

Page.Size