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