COM Wrapper for static method PdfUtil.PrintFile.
Namespace:
pdf7.PdfWriterAssembly: pdf7.PdfWriter (in pdf7.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); |