ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / FNumber Property




In This Topic
    FNumber Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets FNumber property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property FNumber As ImGearXMPRational
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPRational
     
    instance.FNumber = value
     
    value = instance.FNumber
    public ImGearXMPRational FNumber {get; set;}
    public: __property ImGearXMPRational* get_FNumber();
    public: __property void set_FNumber( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ FNumber {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPRational class value.
    Remarks
    This XMP property represents EXIF tag 33437 (0x829D) and specifies F number.
    See Also