ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / AutoExposure Property




In This Topic
    AutoExposure Property
    In This Topic
    Gets or sets AutoExposure property of the XMP Camera Raw schema.
    Syntax
    'Declaration
     
    Public Property AutoExposure As ImGearXMPBoolean
    'Usage
     
    Dim instance As ImGearCameraRawXMPMetadata
    Dim value As ImGearXMPBoolean
     
    instance.AutoExposure = value
     
    value = instance.AutoExposure
    public ImGearXMPBoolean AutoExposure {get; set;}
    public: __property ImGearXMPBoolean* get_AutoExposure();
    public: __property void set_AutoExposure( 
       ImGearXMPBoolean* value
    );
    public:
    property ImGearXMPBoolean^ AutoExposure {
       ImGearXMPBoolean^ get();
       void set (    ImGearXMPBoolean^ value);
    }

    Property Value

    ImGearXMPBoolean value.
    Remarks
    Setting this XMP property to true specifies that "Exposure" is automatically adjusted.
    See Also