Index

C/C++ Functions

pdImgSetStatus

void pdImgSetStatus(DT_PDDOC power_doc, DT_SLONG img, DT_UBYTE status)

Short Description: Change image's status

The pdImgSetStatus function changes 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.

status

The new status for the specified PowerDoc image. For more information, see the description of the status attribute on the pdImgAdd page.

Related Functions

pdImgGetStatus
pdImgAdd

 

Index