ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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