HiQPdf Documentation

PdfPrinterPrintPdf Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodPrintPdf(Byte)
Call this method to print the pages of a PDF document contained in a memory buffer
Public methodPrintPdf(Stream)
Call this method to print the pages of a PDF document contained in a stream
Public methodPrintPdf(String)
Call this method to print the pages of a PDF file
Public methodPrintPdf(Byte, Int32)
Call this method to print the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
Public methodPrintPdf(Stream, Int32)
Call this method to print the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
Public methodPrintPdf(String, Int32)
Call this method to print the pages of a PDF file starting from a PDF page number to the end of the PDF document
Public methodPrintPdf(Byte, Int32, Int32)
Call this method to print a range of pages of a PDF document contained in a memory buffer
Public methodPrintPdf(Stream, Int32, Int32)
Call this method to print a range of pages of a PDF document contained in a stream
Public methodPrintPdf(String, Int32, Int32)
Call this method to print a range of pages of a PDF file
Top
See Also

Reference