Table of Contents

Class Page.Size

Namespace
IO.Scanbot.Sdk.Persistence.Page.Legacy
Assembly
DocumentSDK.NET.Droid.dll
public sealed class Page.Size : Object, ISerializable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
Page.Size
Implements

Constructors

Size()

public Size()

Size(int, int)

public Size(int width, int height)

Parameters

width int
height int

Properties

A

public int A { get; set; }

Property Value

int

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()

public int Component1()

Returns

int

Component2()

public int Component2()

Returns

int

Copy(int, int)

public Page.Size Copy(int width, int height)

Parameters

width int
height int

Returns

Page.Size