Table of Contents

Enum ImageRotation

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
[JsonConverter(typeof(ImageRotationConverter))]
public enum ImageRotation

Fields

Clockwise180 = 2
Clockwise90 = 1
Counterclockwise90 = 3
None = 0