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.
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.
public void PrintDocumentWithSettings(PageSettings,PrinterSettings);
Prints the Pdf document with printer settings. The output page size will fit the the document first page size.
public void PrintDocumentWithSettings(PrinterSettings);
See Also
PdfViewer Class | Aspose.Pdf.Kit Namespace