addTextLineSpace method
Adds the line feed space setting to the command buffer.
Syntax
addTextLineSpace(linespc);
Parameter
linespc :
( Required parameter, Object type : Number)
Specifies the line feed space (in dots). Specifies an integer from 0 to 255.
Return value
ePOS-Print Builder Object
Exception
Parameter " ... " is invalid
Example
To set the line feed space to 30 dots:
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
builder.addTextLineSpace(30);
}
//-->
</script>
Return value
Exception
Chapter 4 ePOS-Print API
Object type
ePOS Builder
Object type
Error
67
4