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

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

public PdfPrintStatus Print(
	string fileName,
	string password,
	PdfPrintDocumentPrintSettings printSettings
)

Parameters

fileName
Type: SystemString
PDF file name
password
Type: SystemString
Password - pdf file password.
printSettings
Type: PdfPrintingNetPdfPrintDocumentPrintSettings
Print settings to use

Return Value

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

Reference