ComponentOne ASP.NET MVC Controls
ZoomMode Enumeration

C1.Web.Mvc.Viewer Namespace : ZoomMode Enumeration
Describes the supported zoom modes of FlexViewer.
Syntax
'Declaration
 
Public Enum ZoomMode 
   Inherits System.Enum
public enum ZoomMode : System.Enum 
Members
MemberDescription
CustomCustom zoom mode. The actual zoom factor is determined by the value of the @see:ZoomFactor property.
PageWidthPages are zoomed in or out as necessary to fit the page width in the view panel.
WholePagePages are zoomed in or out as necessary to fit the whole page in the view panel.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Viewer.ZoomMode

See Also

Reference

C1.Web.Mvc.Viewer Namespace