Click or drag to resize

UseOfficePrintPdf(String) 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
)

Parameters

PdfFile  String
Path PDF file which you want to 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