Packagestimulsoft.report.options
Classpublic class StiPrintOptions
InheritanceStiPrintOptions Inheritance Object
Implements IStiSerializable



Public Properties
 PropertyDefined By
  allowDefaultPrint : Boolean
StiPrintOptions
  allowPrintToHtml : Boolean
StiPrintOptions
  allowPrintToPdf : Boolean
StiPrintOptions
  autoPageOrientation : Boolean
StiPrintOptions
  autoPageScale : Boolean
StiPrintOptions
  customPaperSizes : StiPaperSizeCollection
StiPrintOptions
  defaultPrinterName : String
Only for AIR applications.
StiPrintOptions
  obsoletePrintMode : Boolean
Obsolete print mode without printer margins and page scaling
StiPrintOptions
  printAsBitmap : Boolean
StiPrintOptions
  showPrintDialog : Boolean
StiPrintOptions
  showSystemPrintDialog : Boolean
Only for AIR applications.
StiPrintOptions
Property Detail
allowDefaultPrintproperty
allowDefaultPrint:Boolean


Implementation
    public function get allowDefaultPrint():Boolean
    public function set allowDefaultPrint(value:Boolean):void
allowPrintToHtmlproperty 
allowPrintToHtml:Boolean


Implementation
    public function get allowPrintToHtml():Boolean
    public function set allowPrintToHtml(value:Boolean):void
allowPrintToPdfproperty 
allowPrintToPdf:Boolean


Implementation
    public function get allowPrintToPdf():Boolean
    public function set allowPrintToPdf(value:Boolean):void
autoPageOrientationproperty 
autoPageOrientation:Boolean


Implementation
    public function get autoPageOrientation():Boolean
    public function set autoPageOrientation(value:Boolean):void
autoPageScaleproperty 
autoPageScale:Boolean


Implementation
    public function get autoPageScale():Boolean
    public function set autoPageScale(value:Boolean):void
customPaperSizesproperty 
customPaperSizes:StiPaperSizeCollection


Implementation
    public function get customPaperSizes():StiPaperSizeCollection
    public function set customPaperSizes(value:StiPaperSizeCollection):void
defaultPrinterNameproperty 
defaultPrinterName:String

Only for AIR applications.


Implementation
    public function get defaultPrinterName():String
    public function set defaultPrinterName(value:String):void
obsoletePrintModeproperty 
obsoletePrintMode:Boolean

Obsolete print mode without printer margins and page scaling


Implementation
    public function get obsoletePrintMode():Boolean
    public function set obsoletePrintMode(value:Boolean):void
printAsBitmapproperty 
printAsBitmap:Boolean


Implementation
    public function get printAsBitmap():Boolean
    public function set printAsBitmap(value:Boolean):void
showPrintDialogproperty 
showPrintDialog:Boolean


Implementation
    public function get showPrintDialog():Boolean
    public function set showPrintDialog(value:Boolean):void
showSystemPrintDialogproperty 
showSystemPrintDialog:Boolean

Only for AIR applications.


Implementation
    public function get showSystemPrintDialog():Boolean
    public function set showSystemPrintDialog(value:Boolean):void