guides:programming:programmers_reference_manual:printsetmargins

PrintSetMargins function

Sets the margins for the page to be printed for the printable area of the page.

status = PrintSetMargins(top, left, bottom, right)

The PrintSetMargins function has the following parameters:

ParameterDescription
top
left
bottom
right
Respective positions of the margins in inches.

True for successful execution or False for failure.

/* Sets the print margins.  (Top and left .5 inches, and
bottom and right to 1 inch.) */
PrintSetMargins(.5, .5, 1, 1)
 
 
  • guides/programming/programmers_reference_manual/printsetmargins.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1