Table of Contents

Class SimpleComposer

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

Constructors

SimpleComposer(DocumentStoreStrategy, PageFileStorage, IFileIOProcessor)

[Register(".ctor", "(Lio/scanbot/sdk/persistence/DocumentStoreStrategy;Lio/scanbot/sdk/persistence/PageFileStorage;Lio/scanbot/sdk/persistence/fileio/FileIOProcessor;)V", "")]
public SimpleComposer(DocumentStoreStrategy documentStoreStrategy, PageFileStorage pageFileStorage, IFileIOProcessor fileIOProcessor)

Parameters

documentStoreStrategy DocumentStoreStrategy
pageFileStorage PageFileStorage
fileIOProcessor IFileIOProcessor

Properties

A

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

Property Value

DocumentStoreStrategy

B

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

Property Value

PageFileStorage

C

[Register("c")]
public IFileIOProcessor C { get; set; }

Property Value

IFileIOProcessor

D

[Register("d")]
public PdfRenderer D { get; set; }

Property Value

PdfRenderer

Methods

ComposeDocument(Document, PdfRendererInput)

[Register("composeDocument", "(Lio/scanbot/sdk/entity/Document;Lio/scanbot/sdk/docprocessing/compose/PdfRendererInput;)V", "")]
public void ComposeDocument(Document document, PdfRendererInput input)

Parameters

document Document
input PdfRendererInput