Index

C/C++ Functions

pdImgMoveToPage

void pdImgMoveToPage(DT_PDDOC power_doc, DT_UBYTE status, DT_SLONG page)

Short Description: Move image to another page

The pdImgMoveToPage function changes the page number of the PowerDoc images based on their status. For example, this function can be used to move all the selected PowerDoc images to another 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.

page

The new page number for the selected PowerDoc images.

Related Functions

pdImgGetPage, pdImgSetPage
pdImgGetStatus, pdImgSetStatus
pdImgAdd

 

Index