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, File)
[Register(".ctor", "(Ljava/util/List;Lio/scanbot/pdf/model/PdfConfig;Ljava/io/File;)V", "")]
public PagesInput(IList<Page> pages, PdfConfig pdfConfig, File outputFile)
Parameters
pages
IList<Page>
pdfConfig
PdfConfig
outputFile
File
Properties
A
[Register("a")]
public IList A { get; set; }
Property Value
- IList
B
[Register("b")]
public PdfConfig B { get; set; }
Property Value
- PdfConfig
C
[Register("c")]
public File C { get; set; }
Property Value
- File
OutputFile
public override File OutputFile { get; }
Property Value
- File
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
Component3()
[Register("component3", "()Ljava/io/File;", "")]
public File Component3()
Returns
- File
Copy(IList<Page>, PdfConfig, File)
[Register("copy", "(Ljava/util/List;Lio/scanbot/pdf/model/PdfConfig;Ljava/io/File;)Lio/scanbot/sdk/docprocessing/compose/PagesInput;", "")]
public PagesInput Copy(IList<Page> pages, PdfConfig pdfConfig, File outputFile)
Parameters
pages
IList<Page>
pdfConfig
PdfConfig
outputFile
File
Returns
- PagesInput