Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

Reply To: Using PDF Exporter

$
0
0

Hi CLW,

You could try the following code to export a PrintDocument to pdf using PdfExporter :

Dim pd As New PrintDocument()
AddHandler pd.PrintPage, AddressOf Me.pd_PrintPage
                
Dim exporter As New PdfExporter
exporter.Document = pd
exporter.Export("..\..\TestPdf.pdf")

Viewing all articles
Browse latest Browse all 14170

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>