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




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

    Property Value

    ImGearXMPBoolean value.
    Remarks
    Setting this XMP property to true specifies non-default camera raw settings.
    See Also