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


In This Topic
    CustomPageRange Property (NPrintDialog)
    In This Topic
    Gets or sets the selected custom page range of the print dialog. This property is taken into account when the PrintRangeMode is set to CustomRange.
    Syntax
    'Declaration
     
    
    Public Property CustomPageRange As NRangeI
    'Usage
     
    
    Dim instance As NPrintDialog
    Dim value As NRangeI
     
    instance.CustomPageRange = value
     
    value = instance.CustomPageRange
    public NRangeI CustomPageRange {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