PdfPrintPrintWithAdobe Method (String, String)Terminal Works - PDF Printing.Net Library
Prints the PDF file by sillently using Adobe

NOTE: Will not work if not used in Windows desktop environment

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfPrintStatus PrintWithAdobe(
	string fileName,
	ref string resultMessage
)

Parameters

fileName
Type: SystemString
Full path of PDF file name
resultMessage
Type: SystemString
Result message

Return Value

Type: PdfPrintStatus
Status - in case of an unexpected error it throws an exception.
See Also

Reference