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
[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
[Register("dev")]
public File Dev { get; set; }
Property Value
- File
[Register("dew")]
public PdfConfiguration Dew { get; set; }
Property Value
- PdfConfiguration
[Register("dey")]
public IList Dey { get; set; }
Property Value
- IList
public IList<ImageRef> Images { get; }
Property Value
- IList<ImageRef>
public override File OutputFile { get; }
Property Value
- File
public override PdfConfiguration PdfConfig { get; }
Property Value
- PdfConfiguration
public override int Size { get; }
Property Value
- int
Methods
[Register("component1", "()Ljava/util/List;", "")]
public IList<ImageRef> Component1()
Returns
- IList<ImageRef>
[Register("component2", "()Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;", "")]
public PdfConfiguration Component2()
Returns
- PdfConfiguration
[Register("component3", "()Ljava/io/File;", "")]
public File Component3()
Returns
- 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