ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPFlash Class / Function Property




In This Topic
    Function Property
    In This Topic
    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