ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MicrosoftPhoto Namespace / ImGearMicrosoftPhotoXMPMetadata Class / LensModel Property




In This Topic
LensModel Property
In This Topic
Gets or sets LensModel property of the MicrosoftPhoto XMP schema.
Syntax
'Declaration
 
Public Property LensModel As ImGearXMPString
 
'Usage
 
Dim instance As ImGearMicrosoftPhotoXMPMetadata
Dim value As ImGearXMPString
 
instance.LensModel = value
 
value = instance.LensModel

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also