Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The PreviewMultiPageModel class implements the IPreviewMultiPageModel interface and is required for the Preview component.
pageCount:uint
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The total page count of the preview (0 if unknown or not applicable)
This property can be used as the source for data binding.
Implementation public function get pageCount():uint
public function set pageCount(value:uint):void
See also
pageNumber:uint
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The pageNumber of the preview (0 if unknown or not applicable)
This property can be used as the source for data binding.
Implementation public function get pageNumber():uint
public function set pageNumber(value:uint):void
See also
thumbnails:ArrayList
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A list of thumbnails indexed to the page number (zero-based)
This property can be used as the source for data binding.
Implementation public function get thumbnails():ArrayList
public function set thumbnails(value:ArrayList):void
See also
public function PreviewMultiPageModel()
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor
Mon Apr 25 2011, 05:54 PM -07:00