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

In This Topic
    CustomRenderedRaw Property
    In This Topic
    Gets or sets a value indicating the use of special processing on image data, such as rendering geared to output.

    The value is in raw format as defined in Exif specification.

    Syntax
    'Declaration
     
    Public Property CustomRenderedRaw As System.Nullable(Of UShort)
    public System.Nullable<ushort> CustomRenderedRaw {get; set;}
    See Also