'Declaration Public Enum DocumentMode Inherits System.Enum
'Usage Dim instance As DocumentMode
public enum DocumentMode : System.Enum
'Declaration Public Enum DocumentMode Inherits System.Enum
'Usage Dim instance As DocumentMode
public enum DocumentMode : System.Enum
Member | Description |
---|---|
IE10 | Indicates the Spread will render content for Internet Explorer 10 |
IE11 | Indicates the Spread will render content for Internet Explorer 11 |
IE7 | Indicates the Spread will render content for Internet Explorer 7 |
IE8 | Indicates the Spread will render content for Internet Explorer 8 |
IE9 | Indicates the Spread will render content for Internet Explorer 9 |
NotSet | Default value. The Spread control automatically detects the mode that the browser is using so it can render content properly. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.DocumentMode