<< Click to Display Table of Contents >> VpeSetTplTopMargin |
Sets the position of the top margin in 0.1mm of the specified template page.
See "Dynamic Positioning" and "Page Margins" in the Programmer's Manual for details.
void VpeSetTplTopMargin(
VpeHandle hTemplate,
int page,
VpeCoord margin
)
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
VpeCoord margin
the position of the top margin of the specified template page
"dycodoc Template Processing" in the Programmer's Manual