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

In This Topic
    FlashRaw Property
    In This Topic
    Gets or sets the status of flash when the image was shot.

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

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