ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearSaveThumbnailOptions Class / Enabled Property




In This Topic
    Enabled Property
    In This Topic
    Gets or sets a value indicating whether thumbnail saving is enabled or not.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    'Usage
     
    Dim instance As ImGearSaveThumbnailOptions
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public bool Enabled {get; set;}
    public: __property bool get_Enabled();
    public: __property void set_Enabled( 
       bool value
    );
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    Setting this property to true will enable saving a thumbnail.

    The default value is false.

    See Also