PdfMetamorphosisPrintPdf(String, Int32, Int32) Method |
Print the PDF file using the default printer with time settings
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.12.19
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 to the PDF file to be printed
- timeInSecToLoadAdobeReader Int32
- Timeout in seconds to load Adobe Reader
- timeinSecToSendingDocumentOnPrint Int32
- Timeout in seconds to send PDF document on print
Remarks This method uses the "Adobe Reader" to print PDF documents. Please be sure that you have installed "Acrobat Reader".
See Also