ImageGear .NET - Updated November 28, 2017
SceneType Property (ImGearEXIFXMPMetadata)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : SceneType Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members