Click or drag to resize

StiRawPrinterHelperSendStringToPrinter Method (String, String, String)

Sends string to printer in RAW mode.

Namespace:  Stimulsoft.Report.Viewer
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void SendStringToPrinter(
	string printerName,
	string docName,
	string text
)

Parameters

printerName
Type: SystemString
Name of printer.
docName
Type: SystemString
Name of document.
text
Type: SystemString
Text to print.
See Also