Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPaperSize Structure / Orientation Property


In This Topic
    Orientation Property (NPaperSize)
    In This Topic
    Gets the default orientation of this paper size - Portrait if Width is smaller than or equal to Height, otherwise Landscape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Orientation As ENPageOrientation
    'Usage
     
    
    Dim instance As NPaperSize
    Dim value As ENPageOrientation
     
    value = instance.Orientation
    public ENPageOrientation Orientation {get;}
    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