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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFSceneCaptureType type parameter.
Remarks
This XMP property represents EXIF tag 41990 (0xA406) and indicates the type of scene that was shot.
See Also