<< Click to Display Table of Contents >> VpeGetFirstObject |
[Enterprise Edition and above]
Returns the handle of the first VPE Object of the current page. Each VPE Object itself offers the property NextObject in order to iterate through all VPE Objects of a page.
VpeHandle VpeGetFirstObject(
VpeHandle hDoc
)
VpeHandle hDoc
Document Handle
Remarks:
If there is no object available, NULL is returned.