Index

C/C++ Functions

pdImgDel

void pdImgDel(DT_PDDOC power_doc, DT_SLONG img)

Short Description: Delete existing image

The pdImgDel function deletes an existing PowerDoc image.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

img

Image's index in the Power Engine document.

Comments

When this function returns, the PowerDoc image referenced by img will be deleted and removed from the Image Allocation Array and all images with a serial number (i.e. index) larger than img will have their serial number decreased by one. When applicable, it is your application's responsibility to ensure that its internal image references remain valid after this change.

Related Functions

pdImgDelete, pdImgDelAll
pdImgAdd

 

Index