public enum ScrollingMode : System.Enum
'Declaration Public Enum ScrollingMode Inherits System.Enum
Member | Description |
---|---|
Continuous | Allows for continuous scrolling through the document. This mode enables smooth scrolling without page breaks. |
Paged | Restricts scrolling to one page at a time. In this mode, the viewer aligns the top of each page with the top of the view area upon scrolling. |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.Model.ScrollingMode