Table of Contents

Class PageFileStorage

Namespace
IO.Scanbot.Sdk.Persistence.Page
Assembly
DocumentSDK.NET.Droid.dll
public class PageFileStorage : Object
Inheritance
PageFileStorage

Constructors

PageFileStorage(DocumentPageStorageProcessor, IDocumentPageStorage, IFileIOProcessor)

public PageFileStorage(DocumentPageStorageProcessor pageStorageProcessor, IDocumentPageStorage pageStorage, IFileIOProcessor fileIOProcessor)

Parameters

pageStorageProcessor DocumentPageStorageProcessor
pageStorage IDocumentPageStorage
fileIOProcessor IFileIOProcessor

PageFileStorage(nint, JniHandleOwnership)

protected PageFileStorage(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

A

public DocumentPageStorageProcessor A { get; set; }

Property Value

DocumentPageStorageProcessor

B

public IDocumentPageStorage B { get; set; }

Property Value

IDocumentPageStorage

C

public IFileIOProcessor C { get; set; }

Property Value

IFileIOProcessor

PageStorage

public IDocumentPageStorage PageStorage { get; }

Property Value

IDocumentPageStorage

Methods

GetImage(File, Options)

public Bitmap GetImage(File imageFile, BitmapFactory.Options options)

Parameters

imageFile File
options Options

Returns

Bitmap

GetImage(string, string, PageFileType, Options)

public Bitmap GetImage(string pageId, string documentId, PageFileType type, BitmapFactory.Options options)

Parameters

pageId string
documentId string
type PageFileType
options Options

Returns

Bitmap

GetImageURI(string, string, PageFileType)

public Uri GetImageURI(string pageId, string documentId, PageFileType type)

Parameters

pageId string
documentId string
type PageFileType

Returns

Uri

GetPreviewImage(string, string, PageFileType, Options)

public Bitmap GetPreviewImage(string pageId, string documentId, PageFileType type, BitmapFactory.Options options)

Parameters

pageId string
documentId string
type PageFileType
options Options

Returns

Bitmap

GetPreviewImageURI(string, string, PageFileType)

public Uri GetPreviewImageURI(string pageId, string documentId, PageFileType type)

Parameters

pageId string
documentId string
type PageFileType

Returns

Uri