Table of Contents

Class BarcodeFileStorage

Namespace
IO.Scanbot.Sdk.Persistence
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/BarcodeFileStorage", DoNotGenerateAcw = true)]
public sealed class BarcodeFileStorage : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeFileStorage
Implements
Inherited Members

Constructors

BarcodeFileStorage(Application, string)

[Register(".ctor", "(Landroid/app/Application;Ljava/lang/String;)V", "")]
public BarcodeFileStorage(Application application, string sdkFilesDirPath)

Parameters

application Application
sdkFilesDirPath string

Properties

Application

public Application Application { get; }

Property Value

Application

BarcodeImagesDirectory

public File BarcodeImagesDirectory { get; }

Property Value

File

Irm

[Register("irm")]
public string Irm { get; set; }

Property Value

string

Iro

[Register("iro")]
public Application Iro { get; set; }

Property Value

Application

SdkFilesDirPath

public string SdkFilesDirPath { get; }

Property Value

string

Methods

CleanupBarcodeImagesDirectory()

[Register("cleanupBarcodeImagesDirectory", "()V", "")]
public void CleanupBarcodeImagesDirectory()