ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / MaxApertureValue Property




In This Topic
MaxApertureValue Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets MaxApertureValue property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property MaxApertureValue As ImGearXMPRational
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.MaxApertureValue = value
 
value = instance.MaxApertureValue

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37381 (0x9205) and specifies smallest F number of lens, in APEX.
See Also