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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPRational class value.
    Remarks
    This XMP property represents EXIF tag 33434 (0x829A) and specifies exposure time in seconds.
    See Also