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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFSceneType type parameter.
Remarks
This XMP property represents EXIF tag 41729 (0xA301) and indicates the type of scene.
See Also