ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ART Component API Reference / ART Component Functions Reference / Edit Undo Functions / ART_edit_undo_enable
In This Topic
    ART_edit_undo_enable
    In This Topic

    This function allows you to enable or disable undo operations.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ART_edit_undo_enable(
            HIGEAR hIGear, 
            BOOL bEnable
    );
    

    Arguments:

    Name Type Description
    hIGear HIGEAR HIGEAR handle to the image.
    bEnable BOOL A flag of type BOOL that allows you to enable or disable undo operations.

    Return Value:

    Returns the number of ImageGear errors that occurred during the function call.

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.

    Sample:

    None