ImageGear .NET - Updated
Function Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPFlash Class : Function Property
Gets or sets if flash function is present. True means that flash function is NOT present.
Syntax
'Declaration
 
Public Property Function As ImGearXMPBoolean
'Usage
 
Dim instance As ImGearXMPFlash
Dim value As ImGearXMPBoolean
 
instance.Function = value
 
value = instance.Function
public ImGearXMPBoolean Function {get; set;}
public: __property ImGearXMPBoolean* get_Function();
public: __property void set_Function( 
   ImGearXMPBoolean* value
);
public:
property ImGearXMPBoolean^ Function {
   ImGearXMPBoolean^ get();
   void set (    ImGearXMPBoolean^ value);
}

Property Value

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

Reference

ImGearXMPFlash Class
ImGearXMPFlash Members