Nevron Open Vision Documentation
Nevron.Nov.Text.Commands Namespace / NPageNumberStatusBarCommandAction Class / PageFormat Property


In This Topic
    PageFormat Property
    In This Topic
    Gets / sets the format string used to format the page number and count on the status bar
    Syntax
    'Declaration
     
    
    Public Property PageFormat As System.String
    'Usage
     
    
    Dim instance As NPageNumberStatusBarCommandAction
    Dim value As System.String
     
    instance.PageFormat = value
     
    value = instance.PageFormat
    public System.string PageFormat {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