Index

C/C++ Functions

pdImgGetStatus

DT_UBYTE pdImgGetStatus(DT_PDDOC power_doc, DT_SLONG img)

Short Description: Get image's status

The pdImgGetStatus function returns the status of 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 current status of the specified PowerDoc image. For more information, see the description of the status attribute on the pdImgAdd page.

Related Functions

pdImgSetStatus
pdImgAdd

 

Index