Click or drag to resize

PdfMetamorphosisPrintPdf(String) Method

Print the PDF file using the default printer

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

Parameters

PdfFile  String
Path to the PDF file to be printed
Remarks
This method uses the "Adobe Reader" to print PDF documents. Please be sure that you have installed "Acrobat Reader".

See Also