ImageGear .NET - Updated
Lens Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIFAux Namespace > ImGearEXIFAuxXMPMetadata Class : Lens Property
Gets or sets Lens property of the EXIF Aux XMP schema.
Syntax
'Declaration
 
Public Property Lens As ImGearXMPString
'Usage
 
Dim instance As ImGearEXIFAuxXMPMetadata
Dim value As ImGearXMPString
 
instance.Lens = value
 
value = instance.Lens
public ImGearXMPString Lens {get; set;}
public: __property ImGearXMPString* get_Lens();
public: __property void set_Lens( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Lens {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents description of the lens used to take the photograph. For example, '70-200 mm f/2.8-4.0'.
See Also

Reference

ImGearEXIFAuxXMPMetadata Class
ImGearEXIFAuxXMPMetadata Members