ImageGear v26.0 - Updated
ApertureValue Property (ImGearEXIFXMPMetadata)




ImageGear.Core Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : ApertureValue Property
Gets or sets ApertureValue property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ApertureValue As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.ApertureValue = value
 
value = instance.ApertureValue
public ImGearXMPRational ApertureValue {get; set;}
public: __property ImGearXMPRational* get_ApertureValue();
public: __property void set_ApertureValue( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ ApertureValue {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37378 (0x9202) and specifies lens aperture in APEX units.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.