ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_destination_get_named_attrs
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_DESTINATION > IG_PDF_destination_get_named_attrs

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.

Is this page helpful?
Yes No
Thanks for your feedback.