The INI File: 2.10 Categories in the INI File: [label]

Up: GEOS SDK TechDocs | Up | Prev: 2.9 [keyboard] | Next: 2.11 [label<>]

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

count

count = <number>

This is the number of user-defined label sizes.

newSizes

newSizes = <list of paper size codes>

This list contains a list of all user-defined label sizes. The paper size information for each of these sizes will be stored in a catgory named [labelnum]. A newSizes entry might read:

newSizes = {
	label128
	label129
}

order

order = <list of paper size codes>

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


Up: GEOS SDK TechDocs | Up | Prev: 2.9 [keyboard] | Next: 2.11 [label<>]