ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIFAux Namespace / ImGearEXIFAuxXMPMetadata Class / Lens Property




In This Topic
    Lens Property
    In This Topic
    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