Overload List
Name | Description | |
---|---|---|
![]() | PrintPdf(Byte) |
Call this method to print the pages of a PDF document contained in a memory buffer
|
![]() | PrintPdf(Stream) |
Call this method to print the pages of a PDF document contained in a stream
|
![]() | PrintPdf(String) |
Call this method to print the pages of a PDF file
|
![]() | PrintPdf(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
|
![]() | PrintPdf(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
|
![]() | PrintPdf(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
|
![]() | PrintPdf(Byte, Int32, Int32) |
Call this method to print a range of pages of a PDF document contained in a memory buffer
|
![]() | PrintPdf(Stream, Int32, Int32) |
Call this method to print a range of pages of a PDF document contained in a stream
|
![]() | PrintPdf(String, Int32, Int32) |
Call this method to print a range of pages of a PDF file
|
See Also