Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintLayout Class / PagingMode Property


In This Topic
    PagingMode Property
    In This Topic
    Gets or sets the print layout, that determines the way in which the document is zoomed and the way in which the pages count is determined.
    Syntax
    'Declaration
     
    
    Public Property PagingMode As ENPagingMode
    'Usage
     
    
    Dim instance As NPrintLayout
    Dim value As ENPagingMode
     
    instance.PagingMode = value
     
    value = instance.PagingMode
    public ENPagingMode PagingMode {get; set;}
    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