Winnovative PDF Print Documentation

PdfPrintPrint Method

Winnovative PDF Print
Overload List

  NameDescription
Public methodPrint(Byte)
Prints all the pages in a PDF document using the current printer and page settings
Public methodPrint(Stream)
Prints all the pages of PDF document in a stream using the current printer and page settings
Public methodPrint(String)
Prints all the pages of a PDF file using the current printer and page settings
Public methodPrint(Byte, Int32)
Prints the pages of a PDF document starting from a given PDF page number to the end of the PDF document using the current printer and page settings
Public methodPrint(Stream, Int32)
Prints the pages of a PDF document in a stream starting from a given PDF page number to the end of the PDF document using the current printer and page settings
Public methodPrint(String, Int32)
Prints the pages of a PDF file starting from a given PDF page number to the end using the current printer and page settings
Public methodPrint(Byte, Int32, Int32)
Prints a range of pages of a PDF document using the current printer and page settings
Public methodPrint(Stream, Int32, Int32)
Prints a range of pages of a PDF document in a stream using the current printer and page settings
Public methodPrint(String, Int32, Int32)
Prints a range of pages of a PDF file using the current printer and page settings
Top
See Also

Reference