ImageGear .NET - Updated
MaxApertureValue Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : MaxApertureValue Property
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
public ImGearXMPRational MaxApertureValue {get; set;}
public: __property ImGearXMPRational* get_MaxApertureValue();
public: __property void set_MaxApertureValue( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ MaxApertureValue {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members