public enum ENPagingMode : System.Enum
public enum ENPagingMode : System.Enum
Member | Description |
---|---|
FitToPages | User selects Page Rows count and Page Cols count. Zoom is automatically determined. Aspect is preserved. |
FitToPagesHeight | User selects Page Rows count. The number of pages in cols and zoom is automatically determined. Aspect is preserved. |
FitToPagesWidth | User selects Page Cols count. The number of pages in rows and zoom is automatically determined. Aspect is preserved. |
ZoomTo | Zooms the document to a user defined zoom percent. Aspect is preserved. The pages grid is automatically determined. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENPagingMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)