COM Wrapper for static method PdfUtil.PrintFile.

Namespace:  bioPDF.PdfWriter
Assembly:  bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)

Syntax

Visual Basic (Declaration)
Public Function PrintFile ( _
	fileName As String, _
	printerName As String _
) As Boolean
C#
public bool PrintFile(
	string fileName,
	string printerName
)
Visual C++
public:
virtual bool PrintFile(
	String^ fileName, 
	String^ printerName
) sealed
JavaScript
function printFile(fileName, printerName);

Parameters

fileName
Type: System..::.String
printerName
Type: System..::.String

See Also