Index

C/C++ Functions

pdImgToBottom

void pdImgToBottom(DT_PDDOC power_doc, DT_UBYTE status)

Short Description: Send image to bottom of page

The pdImgToBottom function moves all PowerDoc images with the specified status to the bottom 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

pdImgToTop
pdImgGetStatus, pdImgSetStatus
pdImgAdd

 

Index