JournalPrintJob.PrintLine Method

Definition

Overloads

PrintLine()

Adds an instruction to the print job to print a newline character on the journal printer station.

PrintLine(String)

Adds an instruction to the print job to print the specified line of text on the journal printer station.

PrintLine()

Adds an instruction to the print job to print a newline character on the journal printer station.

public:
 virtual void PrintLine() = PrintLine;
/// [Windows.Foundation.Metadata.Overload("PrintNewline")]
void PrintLine();
[Windows.Foundation.Metadata.Overload("PrintNewline")]
public void PrintLine();
function printLine()
Public Sub PrintLine ()

Implements

Attributes

See also

Applies to

PrintLine(String)

Adds an instruction to the print job to print the specified line of text on the journal printer station.

public:
 virtual void PrintLine(Platform::String ^ data) = PrintLine;
/// [Windows.Foundation.Metadata.Overload("PrintLine")]
void PrintLine(winrt::hstring const& data);
[Windows.Foundation.Metadata.Overload("PrintLine")]
public void PrintLine(string data);
function printLine(data)
Public Sub PrintLine (data As String)

Parameters

data
String

Platform::String

winrt::hstring

The line of text to print.

Implements

M:Windows.Devices.PointOfService.IPosPrinterJob.PrintLine(System.String) M:Windows.Devices.PointOfService.IPosPrinterJob.PrintLine(Platform::String) M:Windows.Devices.PointOfService.IPosPrinterJob.PrintLine(winrt::hstring)
Attributes

See also

Applies to