Enum RawRotationCapabilities
Specifies the rotation capabilities of the codec.
public enum RawRotationCapabilities
Fields
FullySupported = 3
All rotation angles are supported.
GetSupported = 1
Set operations for rotation is not supported.
NinetyDegreesSupported = 2
90 degree rotations are supported.
NotSupported = 0
Rotation is not supported.