UseOfficePrintPdf(String, Int32, Int32) Method |
Prints the PDF file using default printer
Namespace: SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntax 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.
See Also