Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENPagingMode Enumeration


In This Topic
    ENPagingMode Enumeration
    In This Topic
    Enumerates the possible options for arranging a document when it is going to be printed.
    Syntax
    'Declaration
     
    
    Public Enum ENPagingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPagingMode
    public enum ENPagingMode : System.Enum 
    Members
    MemberDescription
    FitToPagesUser selects Page Rows count and Page Cols count. Zoom is automatically determined. Aspect is preserved.
    FitToPagesHeightUser selects Page Rows count. The number of pages in cols and zoom is automatically determined. Aspect is preserved.
    FitToPagesWidthUser selects Page Cols count. The number of pages in rows and zoom is automatically determined. Aspect is preserved.
    ZoomToZooms the document to a user defined zoom percent. Aspect is preserved. The pages grid is automatically determined.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENPagingMode

    Requirements

    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)

    See Also