Package | stimulsoft.flex.base |
Class | public class StiPrinterSettings |
Inheritance | StiPrinterSettings ![]() |
Implements | IStiSerializable, IStiRef |
Property | Defined By | ||
---|---|---|---|
collate : Boolean Gets os sets value which indicates that collate mode of printing will be used or not. | StiPrinterSettings | ||
copies : int Gets or sets copies number of report for printing. | StiPrinterSettings | ||
duplex : int Gets os sets mode of duplex printing. | StiPrinterSettings | ||
paperSizes : StiPaperSizeCollection [read-only] | StiPrinterSettings | ||
printerName : String Gets or sets name of printer which will be used for report printing. | StiPrinterSettings | ||
ref : int | StiPrinterSettings | ||
showDialog : Boolean Gets or sets value which indicates that print dialog will be shown or not. | StiPrinterSettings |
Method | Defined By | ||
---|---|---|---|
StiPrinterSettings |
collate | property |
collate:Boolean
Gets os sets value which indicates that collate mode of printing will be used or not.
public function get collate():Boolean
public function set collate(value:Boolean):void
copies | property |
copies:int
Gets or sets copies number of report for printing.
public function get copies():int
public function set copies(value:int):void
duplex | property |
duplex:int
Gets os sets mode of duplex printing.
public function get duplex():int
public function set duplex(value:int):void
paperSizes | property |
paperSizes:StiPaperSizeCollection
[read-only] public function get paperSizes():StiPaperSizeCollection
printerName | property |
printerName:String
Gets or sets name of printer which will be used for report printing.
public function get printerName():String
public function set printerName(value:String):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
showDialog | property |
showDialog:Boolean
Gets or sets value which indicates that print dialog will be shown or not.
public function get showDialog():Boolean
public function set showDialog(value:Boolean):void
StiPrinterSettings | () | Constructor |
public function StiPrinterSettings()