Create a new PDF Document
Code Example:
//Create a PdfDocument object, and open a PDF file with specified path
PdfDocument pdfdoc = new PdfDocument();
'Create a PdfDocument object, and open a PDF file with specified path
Dim pdfDoc As New PdfDocument()
Code Example:
//Create a PdfDocument object, and open a PDF file with specified path
PdfDocument pdfdoc = new PdfDocument(3);
'Create a PdfDocument object, and open a PDF file with specified path
Dim pdfDoc As New PdfDocument(3)