Table of Contents

Class UrisInput

Namespace
IO.Scanbot.Sdk.Docprocessing.Compose
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/docprocessing/compose/UrisInput", DoNotGenerateAcw = true)]
public sealed class UrisInput : PdfRendererInput, IJavaObject, IJavaPeerable, IDisposable
Inheritance
UrisInput
Implements
Inherited Members

Constructors

UrisInput(IList<Uri>, bool, PdfConfig)

[Register(".ctor", "(Ljava/util/List;ZLio/scanbot/pdf/model/PdfConfig;)V", "")]
public UrisInput(IList<Uri> uris, bool inputEncrypted, PdfConfig pdfConfig)

Parameters

uris IList<Uri>
inputEncrypted bool
pdfConfig PdfConfig

Properties

A

[Register("a")]
public IList A { get; set; }

Property Value

IList

B

[Register("b")]
public bool B { get; set; }

Property Value

bool

C

[Register("c")]
public PdfConfig C { get; set; }

Property Value

PdfConfig

InputEncrypted

public bool InputEncrypted { get; }

Property Value

bool

PdfConfig

public override PdfConfig PdfConfig { get; }

Property Value

PdfConfig

Size

public override int Size { get; }

Property Value

int

Uris

public IList<Uri> Uris { get; }

Property Value

IList<Uri>

Methods

Component1()

[Register("component1", "()Ljava/util/List;", "")]
public IList<Uri> Component1()

Returns

IList<Uri>

Component2()

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

Returns

bool

Component3()

[Register("component3", "()Lio/scanbot/pdf/model/PdfConfig;", "")]
public PdfConfig Component3()

Returns

PdfConfig

Copy(IList<Uri>, bool, PdfConfig)

[Register("copy", "(Ljava/util/List;ZLio/scanbot/pdf/model/PdfConfig;)Lio/scanbot/sdk/docprocessing/compose/UrisInput;", "")]
public UrisInput Copy(IList<Uri> uris, bool inputEncrypted, PdfConfig pdfConfig)

Parameters

uris IList<Uri>
inputEncrypted bool
pdfConfig PdfConfig

Returns

UrisInput