'Declaration Public Enum ZoomMode Inherits System.Enum
public enum ZoomMode : System.Enum
'Declaration Public Enum ZoomMode Inherits System.Enum
public enum ZoomMode : System.Enum
Member | Description |
---|---|
Custom | Custom zoom mode. The actual zoom factor is determined by the value of the @see:ZoomFactor property. |
PageWidth | Pages are zoomed in or out as necessary to fit the page width in the view panel. |
WholePage | Pages are zoomed in or out as necessary to fit the whole page in the view panel. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Viewer.ZoomMode