Inesoft PrintCE SDK .NET
PrintASCII::SendByte Method

This method allows to send single byte (character) to printer.

C# Syntax: bool ret = object.SendByte(byte val);
VB Syntax: Dim
ret As Boolean = object.SendByte(ByVal val As Byte)

Parameters

val

byte to send

Return Value

ret

true - if character was sent to printer, false - in other case



© 2009 Inesoft. All rights reserved.