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


In This Topic
    PrintDocument Property
    In This Topic
    Gets or sets the print document object that will handle the print events.
    Syntax
    'Declaration
     
    
    Public Property PrintDocument As NPrintDocument
    'Usage
     
    
    Dim instance As NPrintDialog
    Dim value As NPrintDocument
     
    instance.PrintDocument = value
     
    value = instance.PrintDocument
    public NPrintDocument PrintDocument {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