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

In This Topic
    SensingMethodRaw Property
    In This Topic
    Gets or sets the image sensor type on the camera or input device.

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

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