Table of Contents

Class ImageRefsInput

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

Constructors

ImageRefsInput(IList<ImageRef>, PdfConfiguration, File)

[Register(".ctor", "(Ljava/util/List;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/io/File;)V", "")]
public ImageRefsInput(IList<ImageRef> images, PdfConfiguration pdfConfig, File outputFile)

Parameters

images IList<ImageRef>
pdfConfig PdfConfiguration
outputFile File

Properties

Dev

[Register("dev")]
public File Dev { get; set; }

Property Value

File

Dew

[Register("dew")]
public PdfConfiguration Dew { get; set; }

Property Value

PdfConfiguration

Dey

[Register("dey")]
public IList Dey { get; set; }

Property Value

IList

Images

public IList<ImageRef> Images { get; }

Property Value

IList<ImageRef>

OutputFile

public override File OutputFile { get; }

Property Value

File

PdfConfig

public override PdfConfiguration PdfConfig { get; }

Property Value

PdfConfiguration

Size

public override int Size { get; }

Property Value

int

Methods

Component1()

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

Returns

IList<ImageRef>

Component2()

[Register("component2", "()Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;", "")]
public PdfConfiguration Component2()

Returns

PdfConfiguration

Component3()

[Register("component3", "()Ljava/io/File;", "")]
public File Component3()

Returns

File

Copy(IList<ImageRef>, PdfConfiguration, File)

[Register("copy", "(Ljava/util/List;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/io/File;)Lio/scanbot/sdk/docprocessing/compose/ImageRefsInput;", "")]
public ImageRefsInput Copy(IList<ImageRef> images, PdfConfiguration pdfConfig, File outputFile)

Parameters

images IList<ImageRef>
pdfConfig PdfConfiguration
outputFile File

Returns

ImageRefsInput