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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFSubjectDistanceRange type parameter.
Remarks
This XMP property represents EXIF tag 41996 (0xA40C) and indicates the distance range to the subject.
See Also