[Register("io/scanbot/sdk/docprocessing/PdfPagesExtractor", "", "IO.Scanbot.Sdk.Docprocessing.IPdfPagesExtractorInvoker")]
public interface IPdfPagesExtractor : IJavaObject, IJavaPeerable, IDisposable
[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)