Index

C/C++ Functions

pdImgGetPage

DT_SLONG pdImgGetPage(DT_PDDOC power_doc, DT_SLONG img)

Short Description: Get image's page

The pdImgGetPage function returns the page number 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 page number of the specified PowerDoc image.

Related Functions

pdImgSetPage
pdImgAdd

 

Index