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)

[Register(".ctor", "(Lio/scanbot/sdk/persistence/page/legacy/PageFileStorage;)V", "")]
public DefaultPdfPagesExtractor(PageFileStorage pageFileStorage)

Parameters

pageFileStorage PageFileStorage

Properties

PageFileStorage

public PageFileStorage PageFileStorage { get; }

Property Value

PageFileStorage

Methods

Extract(File, float, Config, ILongOperationCancelCallback, IProgressCallback, IPdfImageProcessingCallback)

[Register("extract", "(Ljava/io/File;FLandroid/graphics/Bitmap$Config;Lio/scanbot/sdk/util/LongOperationCancelCallback;Lio/scanbot/sdk/util/ProgressCallback;Lio/scanbot/sdk/pdf/PdfImagesExtractor$PdfImageProcessingCallback;)Lio/scanbot/common/Result;", "")]
public IResult Extract(File pdfFile, float scaling, Bitmap.Config bitmapConfig, ILongOperationCancelCallback cancelCallback, IProgressCallback progressCallback, IPdfImagesExtractor.IPdfImageProcessingCallback processingCallback)

Parameters

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

Returns

IResult

Tyk(DefaultPdfPagesExtractor, File, float, Config, ILongOperationCancelCallback, IProgressCallback, IPdfImageProcessingCallback)

[Register("tyk", "(Lio/scanbot/sdk/docprocessing/DefaultPdfPagesExtractor;Ljava/io/File;FLandroid/graphics/Bitmap$Config;Lio/scanbot/sdk/util/LongOperationCancelCallback;Lio/scanbot/sdk/util/ProgressCallback;Lio/scanbot/sdk/pdf/PdfImagesExtractor$PdfImageProcessingCallback;)Ljava/util/List;", "")]
public static IList Tyk(DefaultPdfPagesExtractor p0, File p1, float p2, Bitmap.Config p3, ILongOperationCancelCallback p4, IProgressCallback p5, IPdfImagesExtractor.IPdfImageProcessingCallback p6)

Parameters

p0 DefaultPdfPagesExtractor
p1 File
p2 float
p3 Bitmap.Config
p4 ILongOperationCancelCallback
p5 IProgressCallback
p6 IPdfImagesExtractor.IPdfImageProcessingCallback

Returns

IList