ImageGear Professional DLL v18.1 for Windows
IG_gui_dibname_get
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Utility Functions > IG_gui_dibname_get

Glossary Item Box

This function returns textual name for DIB format constants.

Declaration:

  Copy Code
VOID  ACCUAPI  IG_gui_dibname_get(
        DWORD dwFormat,
        LPCHAR lpStr,
        DWORD dwSize
);

Arguments:

Name Type Description
nCompression DWORD The ImageGear compression constant by type IG_COMPRESSION_.
lpStr LPCHAR String representation of compression constant specified by nCompression argument.
dwSize DWORD The buffer size of lpStr argument.

Return Value:

None

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

GUI Windows

Remarks:

This function accepts IG_BI_... constants by the first parameter and returns the string representation via the second parameter. 

©2014. Accusoft Corporation. All Rights Reserved.