Get the application folder of the specified printer.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function GetPrinterAppFolder ( _
printerName As String _
) As String |
| C# |
|---|
public static string GetPrinterAppFolder(
string printerName
) |
| Visual C++ |
|---|
public:
static String^ GetPrinterAppFolder(
String^ printerName
) |
| JavaScript |
|---|
pdf7.PdfWriter.PdfUtil.getPrinterAppFolder = function(printerName); |
Return Value
The return value is the location of the program executables that belong to the printer.
See Also