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
[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
[Register("a")]
public IList A { get; set; }
Property Value
- IList
[Register("b")]
public bool B { get; set; }
Property Value
- bool
[Register("c")]
public PdfConfig C { get; set; }
Property Value
- PdfConfig
public bool InputEncrypted { get; }
Property Value
- bool
public override PdfConfig PdfConfig { get; }
Property Value
- PdfConfig
public override int Size { get; }
Property Value
- int
public IList<Uri> Uris { get; }
Property Value
- IList<Uri>
Methods
[Register("component1", "()Ljava/util/List;", "")]
public IList<Uri> Component1()
Returns
- IList<Uri>
[Register("component2", "()Z", "")]
public bool Component2()
Returns
- bool
[Register("component3", "()Lio/scanbot/pdf/model/PdfConfig;", "")]
public PdfConfig Component3()
Returns
- 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