Share via


PosPrinterBase.SetLogo(PrinterLogoLocation, String) Method

Definition

Saves a data string as the top or bottom logo.

public override void SetLogo (Microsoft.PointOfService.PrinterLogoLocation location, string data);
override this.SetLogo : Microsoft.PointOfService.PrinterLogoLocation * string -> unit
Public Overrides 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

Logo data.

Applies to