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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFExposureProgram type parameter.
Remarks
This XMP property represents EXIF tag 34850 (0x8822) and specifies class of program used for exposure.
See Also