ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.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 Sub PrintDocument( _
       Optional ByVal documentName As String _
    ) 
    public void PrintDocument( 
       string documentName
    )

    Parameters

    documentName
    The name used when printing.
    See Also