VpeGetTplRightMargin

<< Click to Display Table of Contents >>

Navigation:  Templates >

VpeGetTplRightMargin

Previous pageReturn to chapter overviewNext page

Returns the position of the right margin in 0.1mm of the specified template page as defined in dycodoc.

See "Dynamic Positioning" and "Page Margins" in the Programmer's Manual for details.

VpeCoord VpeGetTplRightMargin(

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 position of the right margin of the specified template page as defined in dycodoc

 

See Also:

"dycodoc Template Processing" in the Programmer's Manual