Determines the left, top and right side spacing. By default, the page spacing is set to 1 cm and can be changed using this method. This property can be defined before the first page is created and is applied to all subsequent pages.
Syntax
C++
METHOD PUBLIC SetMargins : BOOL
VAR_INPUT
left: REAL;
top : REAL;
right : REAL;
END_VAR
Parameters
|
Parameter |
Description |
|---|---|
|
left |
Left side distance. |
|
top |
Upper side distance. |
|
right |
Right side spacing. |
|
Return value |
Status of the call. |
Example
Requirements
Remarks