Table of Contents

Enum DocumentDisplacement

Namespace
ScanbotSDK.MAUI.Core.DocumentScanner
Assembly
DocumentSDK.MAUI.dll
[JsonConverter(typeof(DocumentDisplacementConverter))]
public enum DocumentDisplacement

Fields

Down = 5
Left = 7
LowerLeft = 6
LowerRight = 4
None = 0
Right = 3
Up = 1
UpperLeft = 8
UpperRight = 2