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

In This Topic
    PrintDocument Method (C1PdfViewer)
    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