PdfMetamorphosisPrintPdf(String) Method |
Print the PDF file using the default printer
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2025.2.25
Syntaxpublic void PrintPdf(
string PdfFile
)
Public Sub PrintPdf (
PdfFile As String
)
Parameters
- PdfFile String
- Path to the PDF file to be printed
RemarksThis method uses the "Adobe Reader" to print PDF documents. Please be sure that you have installed "Acrobat Reader".
See Also