Index

C/C++ Functions

pdImgGetMask

DT_SLONG pdImgGetMask(DT_PDDOC power_doc, DT_SLONG img)

Short Description: Get image's masking page

The pdImgGetMask function returns the number of the masking page associated with 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 number of the masking page currently associated with the specified PowerDoc image. If the return value is 0, the image does not have a masking page.

Related Functions

pdImgSetMask
pdImgAdd

 

Index