ImageGear .NET - Updated
FocalLength Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : FocalLength Property
Gets or sets FocalLength property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property FocalLength As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.FocalLength = value
 
value = instance.FocalLength
public ImGearXMPRational FocalLength {get; set;}
public: __property ImGearXMPRational* get_FocalLength();
public: __property void set_FocalLength( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ FocalLength {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37386 (0x920A) and specifies focal length of the lens, in millimeters.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members