VpeSetTplPageOrientation

<< Click to Display Table of Contents >>

Navigation:  Templates >

VpeSetTplPageOrientation

Previous pageReturn to chapter overviewNext page

Sets the orientation of the specified template page.

int VpeSetTplPageOrientation(

VpeHandle hTemplate,

int page,

int orientation

)

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

int orientation

the orientation of the specified template page as defined in dycodoc, possible values are:

Constant Name

Value

Comment

VORIENT_PORTRAIT  

1

 

VORIENT_LANDSCAPE

2

 

 

See Also:

"dycodoc Template Processing" in the Programmer's Manual