Packagecom.distriqt.extension.pdfreader
Classpublic class PDFViewOptions
InheritancePDFViewOptions Inheritance Object



Public Properties
 PropertyDefined By
  cachePolicy : String = always
PDFViewOptions
  emailContent : String
PDFViewOptions
  emailSubject : String
PDFViewOptions
  filepath : String
PDFViewOptions
  fitMode : int = 0
PDFViewOptions
  orientation : int = 0
PDFViewOptions
  password : String
PDFViewOptions
  scrollDirection : int = 0
PDFViewOptions
  shouldOverrideLinks : Boolean = false
PDFViewOptions
  showBookmarks : Boolean = false
PDFViewOptions
  showDoneButton : Boolean = true
PDFViewOptions
  showEmail : Boolean = false
PDFViewOptions
  showExport : Boolean = false
PDFViewOptions
  showPagebar : Boolean = true
PDFViewOptions
  showPrint : Boolean = false
PDFViewOptions
  showSearch : Boolean = false
PDFViewOptions
  showThumbnails : Boolean = false
PDFViewOptions
  showTitle : Boolean = true
PDFViewOptions
Public Methods
 MethodDefined By
  
Constructor
PDFViewOptions
Public Constants
 ConstantDefined By
  FIT_BEST : int = 0
[static]
PDFViewOptions
  FIT_HEIGHT : int = 2
[static]
PDFViewOptions
  FIT_WIDTH : int = 1
[static]
PDFViewOptions
  SCROLL_HORIZONTAL : int = 0
[static]
PDFViewOptions
  SCROLL_VERTICAL : int = 1
[static]
PDFViewOptions
Property Detail
cachePolicyproperty
public var cachePolicy:String = always

emailContentproperty 
public var emailContent:String

emailSubjectproperty 
public var emailSubject:String

filepathproperty 
public var filepath:String

fitModeproperty 
public var fitMode:int = 0

orientationproperty 
public var orientation:int = 0

passwordproperty 
public var password:String

scrollDirectionproperty 
public var scrollDirection:int = 0

shouldOverrideLinksproperty 
public var shouldOverrideLinks:Boolean = false

showBookmarksproperty 
public var showBookmarks:Boolean = false

showDoneButtonproperty 
public var showDoneButton:Boolean = true

showEmailproperty 
public var showEmail:Boolean = false

showExportproperty 
public var showExport:Boolean = false

showPagebarproperty 
public var showPagebar:Boolean = true

showPrintproperty 
public var showPrint:Boolean = false

showSearchproperty 
public var showSearch:Boolean = false

showThumbnailsproperty 
public var showThumbnails:Boolean = false

showTitleproperty 
public var showTitle:Boolean = true

Constructor Detail
PDFViewOptions()Constructor
public function PDFViewOptions()

Constructor

Constant Detail
FIT_BESTConstant
public static const FIT_BEST:int = 0

FIT_HEIGHTConstant 
public static const FIT_HEIGHT:int = 2

FIT_WIDTHConstant 
public static const FIT_WIDTH:int = 1

SCROLL_HORIZONTALConstant 
public static const SCROLL_HORIZONTAL:int = 0

SCROLL_VERTICALConstant 
public static const SCROLL_VERTICAL:int = 1