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
)
Public Shared Sub SendStringToPrinter (
printerName As String,
docName As String,
text As String
)
Parameters
- printerName
- Type: SystemString
Name of printer. - docName
- Type: SystemString
Name of document. - text
- Type: SystemString
Text to print.
See Also