Note for VPE-DLL Users

<< Click to Display Table of Contents >>

Navigation:  dycodoc Template Processing > VPE Object Processing >

Note for VPE-DLL Users

Previous pageReturn to chapter overviewNext page

As you already might have noticed from the previous examples, you can call one and the same function one time with a document handle and the other time with an object handle instead.
 
For example: VpeSetPenSize(hDoc, 0.03) and also VpeSetPenSize(hObj, 0.03).
 
This is only possible for discrete functions. The online help lists for each function whether it accepts only a document handle, or an object handle as well.
 
Do not call a function with a VPE Object handle, if the function does not accept it!