ImageGear .NET - Updated
SubjectDistanceRange Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : SubjectDistanceRange Property
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
public ImGearXMPEnum<ImGearEXIFSubjectDistanceRange> SubjectDistanceRange {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFSubjectDistanceRange>* get_SubjectDistanceRange();
public: __property void set_SubjectDistanceRange( 
   ImGearXMPEnum<ImGearEXIFSubjectDistanceRange>* value
);

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members