ImageGear Professional DLL v17.1 for Windows Accusoft
IG_gctrl_item_id_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Global Control Parameter Functions > IG_gctrl_item_id_get

Glossary Item Box

This function returns index of the global control parameter with given name in array.

Declaration:

  Copy Code
AT_BOOL  ACCUAPI  IG_gctrl_item_id_get(
        UINT nIndex
        LPCHAR lpCtrlID,
        UINT nBufSize
);

Arguments:

nIndex OUT: An index of lpCtrlID global control parameter in the parameters array.
lpCtrlID IN: The name of global control parameter.
nBufSize IN: Size of lpCtrlID buffer in bytes.

Return Value:

TRUE if global parameter with given name is found; FALSE if it does not exist.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

Remarks:

See also the section "Working with Global Control Parameters".

©2012. Accusoft Corporation. All Rights Reserved.