Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPrintManager Class / Print Method / Print() Method
Example


In This Topic
    Print() Method
    In This Topic
    Prints the drawing using the settings of the NPrintManager. Invokes the print dialog first.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function Print() As System.Boolean
    'Usage
     
    
    Dim instance As NPrintManager
    Dim value As System.Boolean
     
    value = instance.Print()
    public virtual System.bool Print()

    Return Value

    true if the drawing was successfully printed, otherwise false
    Example
    The following code prints the drawing.
    printManager.Print();
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also