<< Click to Display Table of Contents >> VpeGetTplPageOrientation |
Returns the orientation of the specified template page as defined in dycodoc.
int VpeGetTplPageOrientation(
VpeHandle hTemplate,
int page
)
VpeHandle hTemplate
Template Handle
int page
index into the array of available Pages
this value must be in the range between 0 and VpeGetTplPageCount() - 1
Returns:
the orientation of the specified template page as defined in dycodoc.
Constant Name |
Value |
Comment |
VORIENT_PORTRAIT |
1 |
|
VORIENT_LANDSCAPE |
2 |
|
"dycodoc Template Processing" in the Programmer's Manual