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

In This Topic
    FlashEnergy Property
    In This Topic
    Gets or sets the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds.
    Syntax
    'Declaration
     
    Public Property FlashEnergy As System.Nullable(Of Single)
    public System.Nullable<float> FlashEnergy {get; set;}
    See Also