Class Constants
- Namespace
- IO.Scanbot.Sdk
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/Constants", DoNotGenerateAcw = true)]
public sealed class Constants : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
Constants
- Implements
-
- Inherited Members
-
Fields
ContentScheme
[Register("CONTENT_SCHEME")]
public const string ContentScheme = "content"
Field Value
- string
DebugLoaderTag
[Register("DEBUG_LOADER_TAG")]
public const string DebugLoaderTag = "Loader"
Field Value
- string
DebugOcrTag
[Register("DEBUG_OCR_TAG")]
public const string DebugOcrTag = "OCR"
Field Value
- string
DefaultExternalDirName
[Register("DEFAULT_EXTERNAL_DIR_NAME")]
public const string DefaultExternalDirName = "Scanbot"
Field Value
- string
ExtensionJpeg
[Register("EXTENSION_JPEG")]
public const string ExtensionJpeg = ".jpeg"
Field Value
- string
ExtensionJpg
[Register("EXTENSION_JPG")]
public const string ExtensionJpg = ".jpg"
Field Value
- string
ExtensionPdf
[Register("EXTENSION_PDF")]
public const string ExtensionPdf = ".pdf"
Field Value
- string
FileScheme
[Register("FILE_SCHEME")]
public const string FileScheme = "file"
Field Value
- string
JpegQuality
[Register("JPEG_QUALITY")]
public const int JpegQuality = 90
Field Value
- int
MaxJpegQuality
[Register("MAX_JPEG_QUALITY")]
public const int MaxJpegQuality = 100
Field Value
- int
[Register("META_INFO_LICENSE_KEY")]
public const string MetaInfoLicenseKey = "SCANBOT_SDK_LICENSE_KEY"
Field Value
- string
[Register("META_INFO_OCR_BLOBS_PATH")]
public const string MetaInfoOcrBlobsPath = "SCANBOT_SDK_OCR_BLOBS_PATH"
Field Value
- string
MimeJpeg
[Register("MIME_JPEG")]
public const string MimeJpeg = "image/jpeg"
Field Value
- string
MimePdf
[Register("MIME_PDF")]
public const string MimePdf = "application/pdf"
Field Value
- string
TempFilePrefix
[Register("TEMP_FILE_PREFIX")]
public const string TempFilePrefix = "scanbot_"
Field Value
- string
Properties
Instance
[Register("INSTANCE")]
public static Constants Instance { get; }
Property Value
- Constants