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