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