Table of Contents

Class DefaultPdfPagesExtractor

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

Constructors

DefaultPdfPagesExtractor(PageFileStorage, IFileIOProcessor)

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

Parameters

pageFileStorage PageFileStorage
fileIOProcessor IFileIOProcessor

Properties

A

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

Property Value

PageFileStorage

PageFileStorage

public PageFileStorage PageFileStorage { get; }

Property Value

PageFileStorage

Methods

PagesFromPdf(File, float, Config, ILongOperationCancelCallback, IProgressCallback)

[Register("pagesFromPdf", "(Ljava/io/File;FLandroid/graphics/Bitmap$Config;Lio/scanbot/sdk/util/LongOperationCancelCallback;Lio/scanbot/sdk/util/ProgressCallback;)Ljava/util/List;", "")]
public IList<string> PagesFromPdf(File pdfFile, float scaling, Bitmap.Config bitmapConfig, ILongOperationCancelCallback cancelCallback, IProgressCallback progressCallback)

Parameters

pdfFile File
scaling float
bitmapConfig Bitmap.Config
cancelCallback ILongOperationCancelCallback
progressCallback IProgressCallback

Returns

IList<string>