Click or drag to resize

StiReportPrintToDotMatrixPrinter Method (String, Encoding, Int32, Int32)

Prints a report to dot-matrix printer in the RAW mode.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void PrintToDotMatrixPrinter(
	string printerName,
	Encoding encoding,
	int fromPage,
	int toPage
)

Parameters

printerName
Type: SystemString
A name of a printer.
encoding
Type: System.TextEncoding
A parameter which sets text encoding.
fromPage
Type: SystemInt32
A number of the first page to print.
toPage
Type: SystemInt32
A number of the last page to print.
See Also