what does these mean in PCL 5 Reference?

  • Thread starter Thread starter lzfly
  • Start date Start date
L

lzfly

I am reading PCL 5 Printer language Technical Reference Manual,and i am

not very good in english.
i want to know the mean of UB and UI and B mean in PCL referendce?
for example:page 11-20 to11-24 Spacing(B), there are
Pitch(UI),Height(UI)......,what does these mean ?
 
You can find the answer to you question, on page 11.17 in the section "Data
Types"

UB = Unsigned Byte
B = Boolean
UI = Unsigned Integer
 
Back
Top