Index

C/C++ Functions

pdImgChangeAttribs

void pdImgChangeAttribs(DT_PDDOC power_doc, DT_UBYTE status, DT_UBYTE attribs)

Short Description: Change image's attributes depending on its status

The pdImgChangeAttribs function changes the attributes of the PowerDoc images based on their status. For example, this function can be used to hide all the selected PowerDoc images.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

status

See the description of the status attribute on the pdImgAdd page. All the images with the specified status will be affected by this function.

attribs

The new attributes for the selected PowerDoc images. For more information, see the description of the attribs attribute on the pdImgAdd page.

Related Functions

pdImgGetAttribs, pdImgSetAttribs
pdImgGetStatus, pdImgSetStatus
pdImgAdd

 

Index