PosPrinter.SetLogo(PrinterLogoLocation, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves a data string as the top or bottom logo.
public abstract void SetLogo (Microsoft.PointOfService.PrinterLogoLocation location, string data);
abstract member SetLogo : Microsoft.PointOfService.PrinterLogoLocation * string -> unit
Public MustOverride Sub SetLogo (location As PrinterLogoLocation, data As String)
Parameters
- location
- PrinterLogoLocation
Where the logo is to be set. Possible values are defined by the PrinterLogoLocation enumeration as PrinterLogoLocation.Top or PrinterLogoLocation.Bottom.
- data
- String
The characters that produce the logo. May consist of printable characters, escape sequences, carriage returns (13 decimal), and newline / line feed (10 decimal).