ImageGear .NET - Updated
Fired Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPFlash Class : Fired Property
Gets or sets flag if flash has fired.
Syntax
'Declaration
 
Public Property Fired As ImGearXMPBoolean
'Usage
 
Dim instance As ImGearXMPFlash
Dim value As ImGearXMPBoolean
 
instance.Fired = value
 
value = instance.Fired
public ImGearXMPBoolean Fired {get; set;}
public: __property ImGearXMPBoolean* get_Fired();
public: __property void set_Fired( 
   ImGearXMPBoolean* value
);
public:
property ImGearXMPBoolean^ Fired {
   ImGearXMPBoolean^ get();
   void set (    ImGearXMPBoolean^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPBoolean class value.
See Also

Reference

ImGearXMPFlash Class
ImGearXMPFlash Members