ImageGear .NET
MaxApertureValue Property (ImGearEXIFXMPMetadata)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback