GEOS SDK TechDocs
|
|
2.18 [net library]
|
2.20 [paper<>]
This category keeps track of any customizations the user may have made to the list of paper sizes.
count = <number>
This is the number of user-defined paper sizes.
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 = <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,
GEOS SDK TechDocs
|
|
2.18 [net library]
|
2.20 [paper<>]