ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GainControl Property




In This Topic
GainControl Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets GainControl property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GainControl As ImGearXMPEnum(Of ImGearEXIFGainControl)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFGainControl)
 
instance.GainControl = value
 
value = instance.GainControl

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFGainControl type parameter.
Remarks
This XMP property represents EXIF tag 41991 (0xA407) and indicates the degree of overall image gain adjustment.
See Also