C# 클래스 PdfFilePrinter.AcroPrint

Executes the Adobe Reader and prints a file while suppressing the Acrobat print dialog box, then terminating the Reader.
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
getExePath ( ) : string
getPrinterName ( ) : string
startAdobeProcess ( string arguments = "" ) : Process

메소드 상세

PrintPdfFile() 공개 메소드

Executes the Adobe Reader and prints a file while suppressing the Acrobat print dialog box, then terminating the Reader.
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.
리턴 void