Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintDialog Class / PrintRangeMode Property


In This Topic
    PrintRangeMode Property
    In This Topic
    Gets or sets the print range mode.
    Syntax
    'Declaration
     
    
    Public Property PrintRangeMode As ENPrintRangeMode
    'Usage
     
    
    Dim instance As NPrintDialog
    Dim value As ENPrintRangeMode
     
    instance.PrintRangeMode = value
     
    value = instance.PrintRangeMode
    public ENPrintRangeMode PrintRangeMode {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