Prints the Pdf document with settings. If the document size is not complatible to page size, pdf.kit will extend it to fit page size. At last you must explicitly close the open file using the closePdfFile() to release all the memory.
Overload List
Prints the Pdf document with settings. If the document size is not complatible to page size, pdf.kit will extend it to fit page size. At last you must explicitly close the open file using the closePdfFile() to release all the memory.
public void PrintDocumentWithSettings(PageSettings,PrinterSettings);
Prints the Pdf document with printer settings. The output page size will fit the the document first page size. At last you must explicitly close the open file using the closePdfFile() to release all the memory.
public void PrintDocumentWithSettings(PrinterSettings);
See Also
PdfViewer Class | Aspose.Pdf.Kit Namespace