Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / ColorSpaceRaw Property

In This Topic
    ColorSpaceRaw Property
    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