ImageGear v26.3 - Updated November 9, 2022
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

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