Enum RawCapabilities
Specifies the capability support of a raw image.
public enum RawCapabilities
Fields
FullySupported = 2
The capability supports get and set operations.
GetSupported = 1
The capability supports only get operations.
NotSupported = 0
The capability is not supported.