ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / PrintDocument Method
The name used when printing.

In This Topic
    PrintDocument Method
    In This Topic
    Print the current document.
    Syntax
    'Declaration
     
    
    Public Function PrintDocument( _
       Optional ByVal documentName As String _
    ) As Boolean
    public bool PrintDocument( 
       string documentName
    )

    Parameters

    documentName
    The name used when printing.

    Return Value

    Returns true if operation is successful; otherwise, false.
    See Also