Table of Contents

Interface IPdfPagesExtractor

Namespace
IO.Scanbot.Sdk.Docprocessing
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/docprocessing/PdfPagesExtractor", "", "IO.Scanbot.Sdk.Docprocessing.IPdfPagesExtractorInvoker")]
public interface IPdfPagesExtractor : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

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;", "GetExtract_Ljava_io_File_FLandroid_graphics_Bitmap_Config_Lio_scanbot_sdk_util_LongOperationCancelCallback_Lio_scanbot_sdk_util_ProgressCallback_Lio_scanbot_sdk_pdf_PdfImagesExtractor_PdfImageProcessingCallback_Handler:IO.Scanbot.Sdk.Docprocessing.IPdfPagesExtractorInvoker, DocumentSDK.NET.Droid")]
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