Table of Contents

Class JpegComposer

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

Constructors

JpegComposer(DocumentStoreStrategy, PageFileStorage)

public JpegComposer(DocumentStoreStrategy documentStoreStrategy, PageFileStorage pageFileStorage)

Parameters

documentStoreStrategy DocumentStoreStrategy
pageFileStorage PageFileStorage

Properties

A

public DocumentStoreStrategy A { get; set; }

Property Value

DocumentStoreStrategy

B

public PageFileStorage B { get; set; }

Property Value

PageFileStorage

C

public ILogger C { get; set; }

Property Value

ILogger

Methods

ComposeDocument(Document, PdfGeneratorInput)

public void ComposeDocument(Document document, PdfGeneratorInput input)

Parameters

document Document
input PdfGeneratorInput