Share via


PosPrinter.SetLogo(PrinterLogoLocation, String) Method

Definition

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).

Applies to