Index

C/C++ Functions

pdDocGetSize

DT_SLONG pdDocGetSize(DT_PDDOC power_doc)

Short Description: Get document size in bytes

This function returns the size of the referenced Power Engine document in bytes.

Parameters

ParameterDescription

power_doc

Handle of the previously created Power Engine document.

Return Value

The size of the referenced Power Engine document in bytes. The more PowerDoc objects and PowerDoc images in the document, the larger the size of the document.

 

Index