Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The IPreviewMultiPageModel interface extends IPreviewModel and defines the
base functionality of PreviewMultiPageModel.
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
Event Object Type: com.adobe.portfolio.events.PreviewEvent
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
An event that is dispatched when the document page count changes.
See also
Event Object Type: com.adobe.portfolio.events.PreviewEvent
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
An event that is dispatched when the user pages up or down in a multi-page document.
See also
Event Object Type: com.adobe.portfolio.events.PreviewEvent
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
An event that is dispatched when the thumbnail changes.
See also
Event Object Type: com.adobe.portfolio.events.PreviewEvent
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
An event that is dispatched when the list of thumbnails for a multipage preview changes.
See also
Mon Apr 25 2011, 05:54 PM -07:00