Class DocConstants
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/DocConstants", DoNotGenerateAcw = true)]
public sealed class DocConstants : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocConstants
- Implements
-
- Inherited Members
-
Fields
CroppingProgressAlphaAnimationDurationMs
[Register("croppingProgressAlphaAnimationDurationMs")]
public const int CroppingProgressAlphaAnimationDurationMs = 250
Field Value
- int
DraftDocumentUuid
[Register("DRAFT_DOCUMENT_UUID")]
public const string DraftDocumentUuid = "_draft_document_uuid_"
Field Value
- string
MaxImageSideSize
[Register("maxImageSideSize")]
public const int MaxImageSideSize = 4096
Field Value
- int
MaxZoomScale
[Register("maxZoomScale")]
public const float MaxZoomScale = 18
Field Value
- float
PreviewPageZoomBackgroundAnimationDurationMs
[Register("previewPageZoomBackgroundAnimationDurationMs")]
public const int PreviewPageZoomBackgroundAnimationDurationMs = 350
Field Value
- int
ReviewRotationAnimationDurationMs
[Register("reviewRotationAnimationDurationMs")]
public const long ReviewRotationAnimationDurationMs = 275
Field Value
- long
TransitionAnimationDurationMs
[Register("transitionAnimationDurationMs")]
public const int TransitionAnimationDurationMs = 400
Field Value
- int
Properties
Instance
[Register("INSTANCE")]
public static DocConstants Instance { get; }
Property Value
- DocConstants