Packagecom.flexicious.print.printareas
Interfacepublic interface IPrintPreview extends mx.core.IFlexDisplayObject, mx.core.IUIComponent
Implementors PrintPreview

Implemented by the preview window. Implement if you need to present your own version of the preview popup



Public Properties
 PropertyDefined By
  content : Container
[read-only]
IPrintPreview
  currentPage : int
IPrintPreview
  printOptions : PrintOptions
IPrintPreview
  progress : String
[write-only]
IPrintPreview
  totalPages : int
IPrintPreview
Public Methods
 MethodDefined By
  
IPrintPreview
Property Detail
contentproperty
content:Container  [read-only]


Implementation
    public function get content():Container
currentPageproperty 
currentPage:int


Implementation
    public function get currentPage():int
    public function set currentPage(value:int):void
printOptionsproperty 
printOptions:PrintOptions


Implementation
    public function get printOptions():PrintOptions
    public function set printOptions(value:PrintOptions):void
progressproperty 
progress:String  [write-only]


Implementation
    public function set progress(value:String):void
totalPagesproperty 
totalPages:int


Implementation
    public function get totalPages():int
    public function set totalPages(value:int):void
Method Detail
validateNow()method
public function validateNow():void