ImageGear Professional DLL v18.1 for Windows
IG_layer_name_get
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Layer Functions > IG_layer_name_get

Glossary Item Box

This function obtains name of the layer.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_layer_name_get(
        HIGLAYER hLayer,
        LPSTR lpBuffer,
        AT_UINT* lpnBytesCopied
);

Arguments:

Name Type Description
hLayer HIGLAYER Handle to the layer object.
lpBuffer LPSTR Pointer to the character buffer to which to return the name.
lpnBytesCopied AT_UINT* Length of the name in bytes.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.