Method | Description | |
---|---|---|
PrintPdfFile ( int timeout = Int32.MaxValue ) : void |
Executes the Adobe Reader and prints a file while suppressing the Acrobat print dialog box, then terminating the Reader.
|
Method | Description | |
---|---|---|
getExePath ( ) : string | ||
getPrinterName ( ) : string | ||
startAdobeProcess ( string arguments = "" ) : |
public PrintPdfFile ( int timeout = Int32.MaxValue ) : void | ||
timeout | int | The amount of time, in milliseconds, to wait for the associated process to exit. The maximum is the largest possible value of a 32-bit integer, which represents infinity to the operating system. |
return | void |