Packagecom.adobe.portfolio.previews
Interfacepublic interface IPreviewMultiPageModel extends IPreviewModel, flash.events.IEventDispatcher
Implementors PreviewMultiPageModel

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.



Public Properties
 PropertyDefined By
 InheritedmimeType : String
[read-only] The mimeType of the source data.
IPreviewModel
  pageCount : uint
The total page count of the preview (0 if unknown or not applicable)
IPreviewMultiPageModel
  pageNumber : uint
The pageNumber of the preview (0 if unknown or not applicable)
IPreviewMultiPageModel
 Inheritedsource : Object
The source data of a preview.
IPreviewModel
 Inheritedthumbnail : Bitmap
A thumbnail of the associated source object.
IPreviewModel
  thumbnails : ArrayList
A list of thumbnails indexed to the page number (zero-based)
IPreviewMultiPageModel
Events
 Event Summary Defined By
  An event that is dispatched when the document page count changes.IPreviewMultiPageModel
  An event that is dispatched when the user pages up or down in a multi-page document.IPreviewMultiPageModel
  An event that is dispatched when the thumbnail changes.IPreviewMultiPageModel
  An event that is dispatched when the list of thumbnails for a multipage preview changes.IPreviewMultiPageModel
Property Detail
pageCountproperty
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

pageNumberproperty 
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

thumbnailsproperty 
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 Detail
pageCountChanged Event
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

pageNumberChanged Event  
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

thumbnailChanged Event  
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

thumbnailsChanged Event  
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