Table of Contents

Class PageStorageProcessor.Configuration.Size

Namespace
IO.Scanbot.Sdk.Persistence.Page
Assembly
DocumentSDK.NET.Droid.dll
public sealed class PageStorageProcessor.Configuration.Size : Object, ISerializable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
PageStorageProcessor.Configuration.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 PageStorageProcessor.Configuration.Size Copy(int width, int height)

Parameters

width int
height int

Returns

PageStorageProcessor.Configuration.Size