Click or drag to resize

PdfMetamorphosisPrintPdf(String, Int32, Int32) Method

Print the PDF file using the default printer with time settings

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

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