ActiveReports 12
FlashViewerOptions.ScalePagesOptions Enumeration

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace : FlashViewerOptions.ScalePagesOptions Enumeration
An enumeration of values indicating whether and how to scale pages in the FlashViewer.
Syntax
'Declaration
 
Public Enum FlashViewerOptions.ScalePagesOptions 
   Inherits System.Enum
public enum FlashViewerOptions.ScalePagesOptions : System.Enum 
Members
MemberDescription
AllowScaleUpPages scale up as well as down to best fit paper.
AutoPages are scaled down if they do not fit on the paper.
NonePages are not scaled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Web.ExportOptions.FlashViewerOptions.ScalePagesOptions

See Also

Reference

GrapeCity.ActiveReports.Web.ExportOptions Namespace