Index

C/C++ Functions

pdImgSetAttribs

void pdImgSetAttribs(DT_PDDOC power_doc, DT_SLONG img, DT_UBYTE attribs)

Short Description: Change image's attributes

The pdImgSetAttribs function changes the attributes of an existing PowerDoc image. This makes it possible to change the visibility (and in the future other attributes) of an existing image.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

img

Image's index in the Power Engine document.

attribs

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

Related Functions

pdImgGetAttribs
pdImgAdd

 

Index