Index

C/C++ Functions

pdImgGetAttribs

DT_UBYTE pdImgGetAttribs(DT_PDDOC power_doc, DT_SLONG img)

Short Description: Get image's attributes

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

Related Functions

pdImgSetAttribs
pdImgAdd

 

Index