Table of Contents

Interface IPdfPagesExtractor

Namespace
IO.Scanbot.Sdk.Docprocessing
Assembly
DocumentSDK.NET.Droid.dll
public interface IPdfPagesExtractor : IJavaObject, IDisposable, IJavaPeerable
Inherited Members

Methods

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

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>