Index

C/C++ Functions

pdImgSetPage

void pdImgSetPage(DT_PDDOC power_doc, DT_SLONG img, DT_SLONG page)

Short Description: Change image's page

The pdImgSetPage function changes the page number of an existing PowerDoc image. This makes it possible to move an existing image to another page.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

img

Image's index in the Power Engine document.

page

The new page number for the specified PowerDoc image.

Related Functions

pdImgGetPage
pdImgAdd

 

Index