ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / ApertureValue Property




In This Topic
    ApertureValue Property (ImGearEXIFXMPMetadata)
    In This Topic
    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