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_DESTINATION / IG_PDF_destination_get_named_attrs
In This Topic
    IG_PDF_destination_get_named_attrs
    In This Topic

    Gets a destination's named attributes.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_destination_get_named_attrs(
            HIG_PDF_DESTINATION hDest,
            LPHIG_PDF_BASOBJ lphName
    );
    

    Arguments:

    Name Type Description
    hDest HIG_PDF_DESTINATION The destination whose named attributes are obtained.
    lphName LPHIG_PDF_BASOBJ Basic array object for the destination. Returns NULL if the destination is invalid.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    Applies only to IG_PDF_DEST_NAMED type of destination.