ImageGear .NET
MaxApertureValue Property (ImGearEXIFXMPMetadata)




Gets or sets MaxApertureValue property of the EXIF XMP schema.
Syntax
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);
}
'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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback