ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Basic Objects / HIG_PDF_BASOBJ / IG_PDF_basobj_remove
In This Topic
    IG_PDF_basobj_remove
    In This Topic

    Removes basic object.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_basobj_remove(
            HIG_PDF_BASOBJ hObject
    );
    

    Arguments:

    Name Type Description
    hObject HIG_PDF_BASOBJ The object to remove.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    If a composite object (array, dictionary, or stream) is removed, all the direct objects in it are automatically removed, but the indirect objects in it are not removed.