The INI File: 2.4 Categories in the INI File: [envelope]

Up: GEOS SDK TechDocs | Up | Prev: 2.3 [diskswap] | Next: 2.5 [envel<>]

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

count

count = <number>

This is the number of user-defined envelope sizes.

newSizes

newSizes = <list of paper size codes>

This list contains a list of all user-defined envelope sizes. The paper size information for each of these sizes will be stored in a category named [envelnum], where num is a three-digit number. A sample newSizes entry:

newSizes = {
	envel128
	envel129
}

order

order = <list of paper size codes>

This list contains a list of all envelope sizes in the order that the user wants them to appear in envelope size lists.


Up: GEOS SDK TechDocs | Up | Prev: 2.3 [diskswap] | Next: 2.5 [envel<>]