UseOfficePrintPdf(String) Method |
Prints the PDF file using default printer
Namespace: SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntaxpublic void PrintPdf(
string PdfFile
)
Public Sub PrintPdf (
PdfFile As String
)
Parameters
- PdfFile String
- Path PDF file which you want to print
RemarksTo print PDF file the component will use the Acrobat Reader. Please be sure that you have Acrobat Reader installed in your system.
See Also