Class DocumentPageStorageProcessor
- Namespace
- IO.Scanbot.Sdk.Persistence.Page
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/page/DocumentPageStorageProcessor", DoNotGenerateAcw = true)]
public sealed class DocumentPageStorageProcessor : PageStorageProcessor, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocumentPageStorageProcessor
- Implements
- Inherited Members
Constructors
DocumentPageStorageProcessor(IDocumentPageStorage, PageStorageSettings, IImageFileIOProcessor)
[Register(".ctor", "(Lio/scanbot/sdk/persistence/page/DocumentPageStorage;Lio/scanbot/sdk/persistence/page/PageStorageSettings;Lio/scanbot/sdk/persistence/fileio/ImageFileIOProcessor;)V", "")]
public DocumentPageStorageProcessor(IDocumentPageStorage pageStorage, PageStorageSettings pageStorageSettings, IImageFileIOProcessor imageFileIOProcessor)
Parameters
pageStorage
IDocumentPageStoragepageStorageSettings
PageStorageSettingsimageFileIOProcessor
IImageFileIOProcessor
Properties
D
[Register("d")]
public IDocumentPageStorage D { get; set; }
Property Value
E
[Register("e")]
public PageStorageSettings E { get; set; }