Packagestimulsoft.flex.base
Classpublic class StiPrinterSettings
InheritanceStiPrinterSettings Inheritance Object
Implements IStiSerializable, IStiRef



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
StiPrinterSettings
Property Detail
collateproperty
collate:Boolean

Gets os sets value which indicates that collate mode of printing will be used or not.


Implementation
    public function get collate():Boolean
    public function set collate(value:Boolean):void
copiesproperty 
copies:int

Gets or sets copies number of report for printing.


Implementation
    public function get copies():int
    public function set copies(value:int):void
duplexproperty 
duplex:int

Gets os sets mode of duplex printing.


Implementation
    public function get duplex():int
    public function set duplex(value:int):void
paperSizesproperty 
paperSizes:StiPaperSizeCollection  [read-only]


Implementation
    public function get paperSizes():StiPaperSizeCollection
printerNameproperty 
printerName:String

Gets or sets name of printer which will be used for report printing.


Implementation
    public function get printerName():String
    public function set printerName(value:String):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
showDialogproperty 
showDialog:Boolean

Gets or sets value which indicates that print dialog will be shown or not.


Implementation
    public function get showDialog():Boolean
    public function set showDialog(value:Boolean):void
Constructor Detail
StiPrinterSettings()Constructor
public function StiPrinterSettings()