Class Blob
- Namespace
- IO.Scanbot.Sdk.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class Blob : Object
- Inheritance
-
Blob
Constructors
Blob(string, string)
public Blob(string localPath, string remotePath)
Parameters
localPath
string
remotePath
string
Properties
A
public string A { get; set; }
Property Value
- string
B
public string B { get; set; }
Property Value
- string
LocalPath
public string LocalPath { get; }
Property Value
- string
RemotePath
public string RemotePath { get; }
Property Value
- string