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




In This Topic
    ExposureMode Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets ExposureMode property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property ExposureMode As ImGearXMPEnum(Of ImGearEXIFExposureMode)
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPEnum(Of ImGearEXIFExposureMode)
     
    instance.ExposureMode = value
     
    value = instance.ExposureMode
    public ImGearXMPEnum<ImGearEXIFExposureMode> ExposureMode {get; set;}
    public: __property ImGearXMPEnum<ImGearEXIFExposureMode>* get_ExposureMode();
    public: __property void set_ExposureMode( 
       ImGearXMPEnum<ImGearEXIFExposureMode>* value
    );
    public:
    property ImGearXMPEnum<ImGearEXIFExposureMode>^ ExposureMode {
       ImGearXMPEnum<ImGearEXIFExposureMode>^ get();
       void set (    ImGearXMPEnum<ImGearEXIFExposureMode>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFExposureMode type parameter.
    Remarks
    This XMP property represents EXIF tag 41986 (0xA402) and indicates the exposure mode set when the image was shot.
    See Also