Index

C/C++ Functions

pdImgGetObj

DT_ID_SLONG pdImgGetObj(DT_PDDOC power_doc, DT_SLONG img)

Short Description: Get image's object

The pdImgGetObj function returns the index of the PowerDoc object associated with an existing PowerDoc image.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

img

Image's index in the Power Engine document.

Return Value

The index of the PowerDoc object currently associated with the specified PowerDoc image.

Related Functions

pdImgSetObj
pdImgAdd

 

Index