Index

C/C++ Functions

pdImgToTop

void pdImgToTop(DT_PDDOC power_doc, DT_UBYTE status)

Short Description: Send image to top of page

The pdImgToTop function moves all PowerDoc images with the specified status to the top of the page.

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.

Related Functions

pdImgToBottom
pdImgGetStatus, pdImgSetStatus
pdImgAdd

 

Index