The INI File: 2.19 Categories in the INI File: [paper]

Up: GEOS SDK TechDocs | Up | Prev: 2.18 [net library] | Next: 2.20 [paper<>]

This category keeps track of any customizations the user may have made to the list of paper sizes.

count

count = <number>

This is the number of user-defined paper sizes.

newSizes

newSizes = <list of paper size codes>

This list contains a list of all user-defined paper sizes. The paper size information for each of these sizes will be stored in a catgory named [papernum], where num is the three-letter code in this list. For example:

newSizes = {
	paper128
	paper129
}

order

order = <list of paper size codes>

This list contains a list of all paper sizes in the order that the user wants them to appear in paper size lists. There should be no spaces between the numbers. A sample entry:

order = 128,129,029,031,024,043,049,052,057,

Up: GEOS SDK TechDocs | Up | Prev: 2.18 [net library] | Next: 2.20 [paper<>]