Enum DocumentDisplacement
- Namespace
- ScanbotSDK.MAUI.Core.DocumentScanner
- Assembly
- DocumentSDK.MAUI.dll
[JsonConverter(typeof(DocumentDisplacementConverter))]
public enum DocumentDisplacement
Fields
Down = 5Left = 7LowerLeft = 6LowerRight = 4None = 0Right = 3Up = 1UpperLeft = 8UpperRight = 2