Index

C/C++ Functions

pdImgDelAll

void pdImgDelAll(DT_PDDOC power_doc)

Short Description: Delete all images in document

The pdImgDelAll function deletes all PowerDoc images in a Power Engine document.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

Comments

After calling this function, your application should ensure that its internal image references are also destroyed.

Related Functions

pdImgDel, pdImgDelete

 

Index