ImageGear Professional DLL v18.1 for Windows
IG_PDE_colorspace_get_base_name
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_COLORSPACE > IG_PDE_colorspace_get_base_name

Glossary Item Box

Gets the name of the base color space.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_colorspace_get_base_name (
        HIG_PDE_COLORSPACE hColorSpace,
        LPHIG_PDF_ATOM lphBaseName 
);

Arguments:

Name Type Description
hColorSpace HIG_PDE_COLORSPACE The base color space.
lphBaseName LPHIG_PDF_ATOM The atom for the name of the base color space.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This is a helper routine for indexed color spaces.

©2014. Accusoft Corporation. All Rights Reserved.