ImageGear Professional DLL v17.1 for Windows Accusoft
IG_gctrl_item_by_index_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_by_index_get

Glossary Item Box

This function is like IG_gctrl_item_get(), but returns information about parameter determined by given index in array.

Declaration:

  Copy Code
AT_BOOL  ACCUAPI  IG_gctrl_item_by_index_get(
        UINT nIndex,
        LPCHAR CtrlID,
        DWORD dwIDSize,
        LPAT_MODE lpnValType,
        LPVOID lpValue,
        DWORD dwValSize,
        LPDWORD lpdwValSize,
        LPCHAR lpTextInfo,
        DWORD dwTextBufSize,
        LPDWORD lpdwTextInfoSize
);

Arguments:

nIndex IN: Index of global control parameter in the array.
CtrlID OUT: The name of global control parameter.
dwIDSize IN: Size of CtrlID in bytes.
lpnValType OUT: The type of global control parameter value.
lpValue OUT: Buffer where to copy control parameter value.
dwValSize IN: Size of lpValue buffer in bytes.
lpdwValSize OUT: Actual size of parameter value in bytes.
lpTextInfo OUT: Buffer where to copy text description of global control parameter.
dwTextBufSize IN: Size of lpTextInfo buffer in bytes.
lpdwTextInfoSize OUT: Actual size of the text description of parameter.

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.