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

In This Topic
    MeteringModeRaw Property
    In This Topic
    Gets or sets the metering mode.

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

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