GEOS SDK TechDocs
|
|
2.19 [paper]
|
2.21 [parallel]
This category contains size and layout for a user-defined paper size.
name = <string>
This field holds the paper's full name. The string should not be included in quotes.
height = <number>
This field holds the page's height in points.
width = <number>
This field holds the paper's width in points.
layout = <PageLayout value>
This field holds the paper's layout information. This needs to be entered as an integer value calculated by adding up the following values:
PageType
(PAPER = 0, ENVELOPE = 2, LABEL = 4)
PaperOrientation
(PORTRAIT = 0, LANDSCAPE = 8)A sample entry is shown below:
[paper128] name = small landscape 1x2 inch width = 72 height = 144 layout = 8
GEOS SDK TechDocs
|
|
2.19 [paper]
|
2.21 [parallel]