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

Glossary Item Box

Returns some 32-bit integer that is unique for all Element objects.

Declaration:

  Copy Code
IG_PDE_element_get_unique_id(
        HIG_PDE_ELEMENT hElement,
        LPLONG lpnId
);

Arguments:

Name Type Description
hElement HIG_PDE_ELEMENT Element object.
lpnId LPLONG The unique identifier.

Return Value:

An unique identifier of this Element Object.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

It is guaranteed that there cannot be two Element objects with the same UniqueIds.

Can be used for Element objects' identification.

©2014. Accusoft Corporation. All Rights Reserved.