ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_DICTIONARY / IG_PDF_dictionary_get_layer
In This Topic
    IG_PDF_dictionary_get_layer
    In This Topic

    Gets the layer with the specified index in a membership dictionary.

    Declaration:

     
    Copy Code
    IG_PDF_dictionary_get_layer(
            HIG_PDF_DICTIONARY hDictionary,
            UINT nIndex,
            LPHIG_PDF_LAYER lpLayer
    );
    

    Arguments:

    Name Type Description
    hDictionary HIG_PDF_DICTIONARY The membership dictionary whose layer is obtained.
    nIndex UINT The index of the needed layer in the dictionary.
    lpLayer LPHIG_PDF_LAYER The layer object.

    Return Value:

    Layer object.

    Supported Raster Image Formats:

    This function does not process image pixels.