Click or drag to resize

UseOfficePrintPdf(String, Int32, Int32) Method

Prints the PDF file using default printer

Namespace: SautinSoft
Assembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntax
public void PrintPdf(
	string PdfFile,
	int timeInSecToLoadAdobeReader,
	int timeinSecToSendingDocumentOnPrint
)

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