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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37382 (0x9206) and specifies distance to subject, in meters.
See Also