addPageLine method
Adds line drawing in page mode to the command buffer. Draws a line in page mode.
• Diagonal lines cannot be drawn.
• Use this API function by inserting it between addPageBegin (p. 107) and PageEnd (p. 108).
Syntax
addPageLine(x1, y1, x2, y2, style);
Parameter
x 1:
( Required parameter, Object type : Number)
Specifies the horizontal start position of the line (in dots). Specifies an integer from 0 to 65535.
y 1:
( Required parameter, Object type : Number)
Specifies the vertical start position of the line (in dots). Specifies an integer from 0 to 65535.
x2 :
( Required parameter, Object type : Number)
Specifies the horizontal end position of the line (in dots). Specifies an integer from 0 to 65535.
y2 :
( Required parameter, Object type : Number)
ècSpecifies the vertical end position of the line (in dots). Specifies an integer from 0 to 65535.
style :
( Optional parameter, Object type : String)
Specifies the line type.
LINE_THIN
LINE_MEDIUM
LINE_THICK
LINE_THIN_DOUBLE
LINE_MEDIUM_DOUBLE
LINE_THICK_DOUBLE
undefined
(When not specified)
Return value
ePOS-Print Builder Object
Exception
Parameter " ... " is invalid
Constant (style)
Return value
Exception
Chapter 4 ePOS-Print API
Description
Solid line: Thin
Solid line: Medium
Solid line: Thick
Double line: Thin
Double line: Medium
Double line: Thick
Solid line: Thin
ePOS Builder
Error
Object type
Object type
115
4