ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_get_default_gstate
API Reference Guide > PDF Component API Reference > PDF Component Functions Reference > IG_PDE_get_default_gstate

Fills out a LPAT_PDE_GRAPHICSTATE structure with the default graphic state.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_get_default_gstate(
        LPAT_PDE_GRAPHICSTATE lpGstate
);

Arguments:

Name Type Description
lpGstate LPAT_PDE_GRAPHICSTATE Pointer to AT_PDE_GRAPHICSTATE structure with the default graphic state.

Return Value:

Error count

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Non-NULL objects in the graphic state, such as the fill and stroke color spaces, have their reference counts incremented by this function. Be sure to release these non-NULL objects when disposing of lpGstate.

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