Documentation
Table of Contents
This library provides a number of types and functions for creating printouts and for converting a form to a printout.
Objects of type pagesetupinfo have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| ConvertFromUnitsToMicrometers | function | |
| ConvertToUnitsFromMicrometers | function | |
| SetFont | function | |
| SetMargins | function | |
| SetOrientation | function | |
| SetPaperType | function | |
| SetUnits | function | |
| bottommargin | integer | |
| font | wxfont | |
| leftmargin | integer | |
| pageheight | integer | |
| pagewidth | integer | |
| papertype | integer | |
| papertypes | array | |
| portrait | boolean | |
| rightmargin | integer | |
| topmargin | integer | |
| type | type | |
| units_id | integer |
pagesetupinfovar.ConvertFromUnitsToMicrometers (
pagesetupinfo ,
number me,
integer value )
unitsid
pagesetupinfovar.ConvertToUnitsFromMicrometers (
pagesetupinfo ,
integer me,
integer value )
unitsid
pagesetupinfovar.SetMargins (
pagesetupinfo ,
number me,
number left,
number top,
number right )
bottom



