Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSection Class / PageSize Property


In This Topic
    PageSize Property (NSection)
    In This Topic
    Gets or sets the page size A1, A2 etc.
    Syntax
    'Declaration
     
    
    Public Property PageSize As NPaperSize
    'Usage
     
    
    Dim instance As NSection
    Dim value As NPaperSize
     
    instance.PageSize = value
     
    value = instance.PageSize
    public NPaperSize PageSize {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