Print Commands
PrintText("TextObject","FONT_FRM_OBJECT")
Print Text Object. First parameter is the text object (Text, or Paragraph
Object)
In second parameter you can specify additional parameters.
Normally the text will be printed with the default print font (the optimal
font and size for documents).The FONT_FROM_OBJECT parameter will print the text
with the same font like in the object.
PrintPage("fit")
Prints the full page - what you see is what will be printed.
PrintRect("Rectangle","fit")
Prints only part of the page surrounded by any Object Rectangle. This object
can by anything and it doesn’t have to be visible. It could be for example
square on the background – everything what is inside the square will be printed.
Both commands have another option fit – this is the percentage of the fit to the page. Default (nothing) is 100
(means 100 %)
If you put 75 – it means the printed image will be just 75% of the width of the paper.