The INI File: 2.20 Categories in the INI File: [paper<num>]

Up: GEOS SDK TechDocs | Up | Prev: 2.19 [paper] | Next: 2.21 [parallel]

This category contains size and layout for a user-defined paper size.

name

name = <string>

This field holds the paper's full name. The string should not be included in quotes.

height

height = <number>

This field holds the page's height in points.

width

width = <number>

This field holds the paper's width in points.

layout

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:

A sample entry is shown below:

[paper128]
name	= small landscape 1x2 inch
width	= 72
height	= 144
layout	= 8
 

Up: GEOS SDK TechDocs | Up | Prev: 2.19 [paper] | Next: 2.21 [parallel]