You are here: Symbol Reference > Stimulsoft.Report.Viewer Namespace > StiDotMatrixPrintProvider Class > StiDotMatrixPrintProvider Methods > PrintToDotMatrixPrinter Method > PrintToDotMatrixPrinter Method (StiReport, string, Encoding, bool, StiTxtBorderType, bool, bool, int, int)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiDotMatrixPrintProvider.PrintToDotMatrixPrinter Method (StiReport, string, Encoding, bool, StiTxtBorderType, bool, bool, int, int)

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

Syntax
C++
C#
Visual Basic
public: void PrintToDotMatrixPrinter( StiReport report, string printerName, Encoding encoding, bool drawBorder, StiTxtBorderType borderType, bool putFeedPageCode, bool cutLongLines, int fromPage, int toPage );
Parameters
Parameters 
Description 
printerName 
A name of the printer. 
encoding 
A parameter which sets text encoding. 
drawBorder 
If true then borders are exported to a text. 
borderType 
Type of borders. 
putFeedPageCode 
If true then the EOF character will be added to the end of each page. 
cutLongLines 
If true then all long lines will be cut. 
fromPage 
A number of the first page to print. 
toPage 
A number of the last page to print. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.