Specifying print format parametersUsing LCDS Print Description Language 4-29OptionsDefault offset: 0termination: DEFAULTLINE INKINDEXSpecifies a field within a data record that contains a number thatrepresents the ink index in the current ILIST.Syntax LINE INKINDEX = {offset | (offset [, initval [, bitopt]]) | NONE}OptionsDefault NONETable 4-31. LINE GDATA parameter options and definitionsOption Definitionoffset The starting point of the graphic data.termination The terminating byte of the record. The options are:• DEFAULT– If online, a single terminating byte exists.– If offline, no terminating byte exists.• n: The number of terminating bytes that existTable 4-32. LINE INKINDEX parameter options and definitionsOption Definitionoffset Indicates the byte offset in the data record where the ink index number islocated.initval initial value.Specifies an index value that is associated with the first ink in the ink list. Mustbe ONE or ZERO.• “ZERO” specifies that the first ink on the ink list is considered “ink 0.”• “ONE” indicates that the first ink on the ink list is considered “ink 1.”The default initval is ONE.bitopt bit optionSpecifies the number of bits that should be used in calculating the ink index.The range is 1 through 7.The default bitopt value is 4.NONE Specifies that there is no ink index.