Prints the PDF file using default printer
Namespace:
SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 5.0.1.29
Syntax
C# | Visual Basic |
public void PrintPdf( string PdfFile, int timeInSecToLoadAdobeReader, int timeinSecToSendingDocumentOnPrint )
Public Sub PrintPdf ( _ PdfFile As String, _ timeInSecToLoadAdobeReader As Integer, _ timeinSecToSendingDocumentOnPrint As Integer _ )
Parameters
- PdfFile
- String
Path PDF file which you want to print
- timeInSecToLoadAdobeReader
- Int32
Time in seconds for launching Acrobat Reader
- timeinSecToSendingDocumentOnPrint
- Int32
Time in seconds for sending PDF document on print
Remarks
To print PDF file the component will use the Acrobat Reader. Please be sure that you have Acrobat Reader installed in your system.

