In This Topic
Gets or sets the color space specifier.
The value is in raw format as defined in Exif specification.
Syntax
'Declaration
Public Property ColorSpaceRaw As System.Nullable(Of UShort)
public System.Nullable<ushort> ColorSpaceRaw {get; set;}
See Also