PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PrintDialog Method / PrintDialog() Method

In This Topic
    PrintDialog() Method
    In This Topic
    Shows the standard print dialog, allowing the user to print the current document.
    Syntax
    'Declaration
     
    Public Overloads Function PrintDialog() As Boolean
    public bool PrintDialog()

    Return Value

    true if the document was printed, false otherwise.
    See Also