Class DefaultPdfPagesExtractor
- Namespace
- IO.Scanbot.Sdk.Docprocessing
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class DefaultPdfPagesExtractor : DefaultPdfImagesExtractor, IPdfImagesExtractor, IPdfPagesExtractor, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
DefaultPdfPagesExtractor
- Implements
- Inherited Members
Constructors
DefaultPdfPagesExtractor(PageFileStorage, IFileIOProcessor)
public DefaultPdfPagesExtractor(PageFileStorage pageFileStorage, IFileIOProcessor fileIOProcessor)
Parameters
pageFileStorage
PageFileStoragefileIOProcessor
IFileIOProcessor
Properties
A
public PageFileStorage A { get; set; }
Property Value
PageFileStorage
public PageFileStorage PageFileStorage { get; }
Property Value
Methods
PagesFromPdf(File, float, Config, ILongOperationCancelCallback, IProgressCallback)
public IList<string> PagesFromPdf(File pdfFile, float scaling, Bitmap.Config bitmapConfig, ILongOperationCancelCallback cancelCallback, IProgressCallback progressCallback)
Parameters
pdfFile
Filescaling
floatbitmapConfig
ConfigcancelCallback
ILongOperationCancelCallbackprogressCallback
IProgressCallback