Table of Contents

Class SimpleComposer

Namespace
IO.Scanbot.Sdk.Docprocessing.Compose
Assembly
DocumentSDK.NET.Droid.dll
public sealed class SimpleComposer : Object, IComposer, IJavaObject, IDisposable, IJavaPeerable
Inheritance
SimpleComposer
Implements

Constructors

SimpleComposer(DocumentStoreStrategy, PageFileStorage, IFileIOProcessor)

public SimpleComposer(DocumentStoreStrategy documentStoreStrategy, PageFileStorage pageFileStorage, IFileIOProcessor fileIOProcessor)

Parameters

documentStoreStrategy DocumentStoreStrategy
pageFileStorage PageFileStorage
fileIOProcessor IFileIOProcessor

Properties

A

public DocumentStoreStrategy A { get; set; }

Property Value

DocumentStoreStrategy

B

public PageFileStorage B { get; set; }

Property Value

PageFileStorage

C

public IFileIOProcessor C { get; set; }

Property Value

IFileIOProcessor

D

public JniPdfGenerator D { get; set; }

Property Value

JniPdfGenerator

Methods

ComposeDocument(Document, PdfGeneratorInput)

public void ComposeDocument(Document document, PdfGeneratorInput input)

Parameters

document Document
input PdfGeneratorInput