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

In This Topic
    SceneCaptureTypeRaw Property
    In This Topic
    Gets or sets the type of scene that was shot.

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

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