Table of Contents

Class DefaultPdfPagesExtractor

Namespace
IO.Scanbot.Sdk.Docprocessing
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DefaultPdfPagesExtractor : DefaultPdfImagesExtractor, IPdfImagesExtractor, IPdfPagesExtractor, IJavaObject, IDisposable, IJavaPeerable
Inheritance
DefaultPdfPagesExtractor
Implements
Inherited Members

Constructors

DefaultPdfPagesExtractor(PageFileStorage, IFileIOProcessor)

public DefaultPdfPagesExtractor(PageFileStorage pageFileStorage, IFileIOProcessor fileIOProcessor)

Parameters

pageFileStorage PageFileStorage
fileIOProcessor IFileIOProcessor

Properties

A

public PageFileStorage A { get; set; }

Property Value

PageFileStorage

PageFileStorage

public PageFileStorage PageFileStorage { get; }

Property Value

PageFileStorage

Methods

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

public IList<string> PagesFromPdf(File pdfFile, float scaling, Bitmap.Config bitmapConfig, ILongOperationCancelCallback cancelCallback, IProgressCallback progressCallback)

Parameters

pdfFile File
scaling float
bitmapConfig Config
cancelCallback ILongOperationCancelCallback
progressCallback IProgressCallback

Returns

IList<string>