ComPdfUtilPrintFile Method

Printer API Documentation
COM Wrapper for static method PdfUtil.PrintFile.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public bool PrintFile(
	string fileName,
	string printerName
)

Parameters

fileName
Type: SystemString
Full path of document to print.
printerName
Type: SystemString
Name of printer to be used from this method.

Return Value

Type: Boolean
Returns true if the document was sent to the printer. Otherwise, it returns false.
See Also

Reference