Select your printer model

Parameters are refined by the selected printer.

addHLine


Adds a horizontal ruled line print command to the command buffer.

Draws a horizontal ruled line.

Syntax

 
- (int) addHLine:(long)x1 x2:(long)x2 lineStyle:(int)lineStyle;

Parameter

x1

Specifies the start position to draw a horizontal ruled line (in dots).

Value

Description

Integer from 0 to 65535

Start position to draw a horizontal ruled line (in dots)

x2

Specifies the end position to draw a horizontal ruled line (in dots).

Value

Description

Integer from 0 to 65535

End position to draw a horizontal ruled line (in dots)

lineStyle

Specifies the ruled line type.

Value

Description

EPOS2_LINE_THIN

Solid line: Thin

EPOS2_LINE_MEDIUM

Solid line: Medium

EPOS2_LINE_THICK

Solid line: Thick

EPOS2_LINE_THIN_DOUBLE

Double line: Thin

EPOS2_LINE_MEDIUM_DOUBLE

Double line: Medium

EPOS2_LINE_THICK_DOUBLE

Double line: Thick

EPOS2_PARAM_DEFAULT

Specifies the default (solid line: thin).

Return value

Error status

Description

EPOS2_SUCCESS

The function was executed successfully.

EPOS2_ERR_PARAM

An invalid parameter was passed.

EPOS2_ERR_MEMORY

Memory necessary for processing could not be allocated.

EPOS2_ERR_FAILURE

An unknown error occurred.

Supplementary explanation

  • This API cannot be used in the page mode.
  • Use addPageLine to draw a horizontal ruled line in the page mode.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

Epson ePOS SDK includes patented or patent pending functions. The contents must not be disclosed to third parties.


Epson ePOS SDK for iOS

Jump to the top