PdfPrintPrint Method (String, PdfWatermark, String)Terminal Works - PDF Printing.Net Library
Prints the PDF file

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

public PdfPrintStatus Print(
	string fileName,
	PdfWatermark watermark,
	string printerJobName
)

Parameters

fileName
Type: SystemString
PDF file name
watermark
Type: PdfPrintingNetPdfWatermark
PdfWatermark to be displayed on printed page.
printerJobName
Type: SystemString
Printer job name

Return Value

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

Reference