PdfDocumentSource を使用して PDF ファイルを印刷できます。C1DocumentSource 抽象クラスの ShowPrintUIAsync メソッドを使用した印刷がサポートされています。以下のコードに、このメソッドの使用方法を示します。
await pdfSource.ShowPrintUIAsync()
await pdfSource.ShowPrintUIAsync();