<< Click to Display Table of Contents >> VpeGetInsertedVpeObjectPageNo |
Returns the page number where the n-th VPE Object - that has been created from the provided template VPE Object - has been inserted into the document.
int VpeGetInsertedVpeObjectPageNo(
VpeHandle hTplVpeObject,
long index
)
VpeHandle hTplVpeObject
Handle of a VPE Object that resides in a template
long index
index into the array of available VPE objects in the VPE Document
this value must be in the range between 0 and VpeGetInsertedVpeObjectCount() - 1
Returns:
the page number where the n-th VPE Object - that has been created from the provided template VPE Object - has been inserted into the document
Remarks:
This function does only work for VPE Objects that reside in a template. If you specify an object handle to a different object, the function returns NULL.
"dycodoc Template Processing" in the Programmer's Manual