VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / Print(String) Method
Syntax Requirements SeeAlso
In This Topic
    Print(String) Method (WpfImagePrintManager)
    In This Topic
    Starts the document's printing process using current print settings from PrintDialog.
    Syntax
    'Declaration
    
    Public Sub Print( _
    ByVal description
    Document name to display (for example, in a print status dialog box or printer queue) while printing the document.
    As System.String _
    )
    public void Print(
    System.String description
    )
    public: void Print(
    System.String description
    )
    public:
    void Print(
    System.String description
    )

    Parameters

    description
    Document name to display (for example, in a print status dialog box or printer queue) while printing the document.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also