PdfPrintDocument.AddPagesToPdfDocument Method

PDF File Writer

PdfPrintDocumentAddPagesToPdfDocument Method

Add pages to PDF document

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void AddPagesToPdfDocument()
Remarks
The PrintDoc.Print method will call BeginPrint method, next it will call multiple times PrintPage method and finally it will call EndPrint method.
See Also