Table of Contents

Class PagesInput

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

Constructors

PagesInput(IList<Page>, PdfConfig)

[Register(".ctor", "(Ljava/util/List;Lio/scanbot/pdf/model/PdfConfig;)V", "")]
public PagesInput(IList<Page> pages, PdfConfig pdfConfig)

Parameters

pages IList<Page>
pdfConfig PdfConfig

Properties

A

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

Property Value

IList

B

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

Property Value

PdfConfig

Pages

public IList<Page> Pages { get; }

Property Value

IList<Page>

PdfConfig

public override PdfConfig PdfConfig { get; }

Property Value

PdfConfig

Size

public override int Size { get; }

Property Value

int

Methods

Component1()

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

Returns

IList<Page>

Component2()

[Register("component2", "()Lio/scanbot/pdf/model/PdfConfig;", "")]
public PdfConfig Component2()

Returns

PdfConfig

Copy(IList<Page>, PdfConfig)

[Register("copy", "(Ljava/util/List;Lio/scanbot/pdf/model/PdfConfig;)Lio/scanbot/sdk/docprocessing/compose/PagesInput;", "")]
public PagesInput Copy(IList<Page> pages, PdfConfig pdfConfig)

Parameters

pages IList<Page>
pdfConfig PdfConfig

Returns

PagesInput