SetOutRect

<< Click to Display Table of Contents >>

Navigation:  Layout Functions >

SetOutRect

Previous pageReturn to chapter overviewNext page

Sets the current output rectangle ( = virtual Page Margins) for the currently active page. See "Dynamic Positioning" and "Page Margins" in the Programmer's Manual for details.

This method has the same effect like setting each nMargin property separately.

method void VPE.SetOutRect(

VpeCoord Left,

VpeCoord Top,

VpeCoord Right,

VpeCoord Bottom

)

VpeCoord Left, Top, Right, Bottom

the output rectangle

Remarks:

This function sets the DefOutRect to the same rectangle automatically.