[Register("io/scanbot/sdk/docprocessing/DefaultPdfPagesExtractor", DoNotGenerateAcw = true)]
public sealed class DefaultPdfPagesExtractor : DefaultPdfImagesExtractor, IPdfImagesExtractor, IPdfPagesExtractor, IJavaObject, IJavaPeerable, IDisposable
[Register(".ctor", "(Lio/scanbot/sdk/persistence/page/legacy/PageFileStorage;)V", "")]
public DefaultPdfPagesExtractor(PageFileStorage pageFileStorage)
[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)
[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)