Table of Contents

Class PageStorageProcessor.Configuration

Namespace
IO.Scanbot.Sdk.Persistence.Page
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/page/PageStorageProcessor$Configuration", DoNotGenerateAcw = true)]
public sealed class PageStorageProcessor.Configuration : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
PageStorageProcessor.Configuration
Implements
Inherited Members

Constructors

Configuration()

[Register(".ctor", "()V", "")]
public Configuration()

Configuration(bool, bool, Size, float, int, PageImageSource)

[Register(".ctor", "(ZZLio/scanbot/sdk/persistence/page/PageStorageProcessor$Configuration$Size;FILio/scanbot/page/PageImageSource;)V", "")]
public Configuration(bool createPreview, bool createDocument, PageStorageProcessor.Configuration.Size documentImageSizeLimit, float imageScale, int imageOrientation, PageImageSource pageImageSource)

Parameters

createPreview bool
createDocument bool
documentImageSizeLimit PageStorageProcessor.Configuration.Size
imageScale float
imageOrientation int
pageImageSource PageImageSource

Properties

CreateDocument

public bool CreateDocument { get; }

Property Value

bool

CreatePreview

public bool CreatePreview { get; }

Property Value

bool

Ctd

[Register("ctd")]
public float Ctd { get; set; }

Property Value

float

Ctg

[Register("ctg")]
public int Ctg { get; set; }

Property Value

int

Ctr

[Register("ctr")]
public PageImageSource Ctr { get; set; }

Property Value

PageImageSource

Ctv

[Register("ctv")]
public PageStorageProcessor.Configuration.Size Ctv { get; set; }

Property Value

PageStorageProcessor.Configuration.Size

Ctw

[Register("ctw")]
public bool Ctw { get; set; }

Property Value

bool

Cty

[Register("cty")]
public bool Cty { get; set; }

Property Value

bool

DocumentImageSizeLimit

public PageStorageProcessor.Configuration.Size DocumentImageSizeLimit { get; }

Property Value

PageStorageProcessor.Configuration.Size

ImageOrientation

public int ImageOrientation { get; }

Property Value

int

ImageScale

public float ImageScale { get; }

Property Value

float

PageImageSource

public PageImageSource PageImageSource { get; }

Property Value

PageImageSource

Methods

Component1()

[Register("component1", "()Z", "")]
public bool Component1()

Returns

bool

Component2()

[Register("component2", "()Z", "")]
public bool Component2()

Returns

bool

Component3()

[Register("component3", "()Lio/scanbot/sdk/persistence/page/PageStorageProcessor$Configuration$Size;", "")]
public PageStorageProcessor.Configuration.Size Component3()

Returns

PageStorageProcessor.Configuration.Size

Component4()

[Register("component4", "()F", "")]
public float Component4()

Returns

float

Component5()

[Register("component5", "()I", "")]
public int Component5()

Returns

int

Component6()

[Register("component6", "()Lio/scanbot/page/PageImageSource;", "")]
public PageImageSource Component6()

Returns

PageImageSource

Copy(bool, bool, Size, float, int, PageImageSource)

[Register("copy", "(ZZLio/scanbot/sdk/persistence/page/PageStorageProcessor$Configuration$Size;FILio/scanbot/page/PageImageSource;)Lio/scanbot/sdk/persistence/page/PageStorageProcessor$Configuration;", "")]
public PageStorageProcessor.Configuration Copy(bool createPreview, bool createDocument, PageStorageProcessor.Configuration.Size documentImageSizeLimit, float imageScale, int imageOrientation, PageImageSource pageImageSource)

Parameters

createPreview bool
createDocument bool
documentImageSizeLimit PageStorageProcessor.Configuration.Size
imageScale float
imageOrientation int
pageImageSource PageImageSource

Returns

PageStorageProcessor.Configuration

DEFAULT()

[Register("DEFAULT", "()Lio/scanbot/sdk/persistence/page/PageStorageProcessor$Configuration;", "")]
public static PageStorageProcessor.Configuration DEFAULT()

Returns

PageStorageProcessor.Configuration