Get the application folder of the specified printer.

Namespace:  bioPDF.PdfWriter
Assembly:  bioPDF.PdfWriter (in bioPDF.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
bioPDF.PdfWriter.PdfUtil.getPrinterAppFolder = function(printerName);

Parameters

printerName
Type: System..::.String
Name of printer.

Return Value

The return value is the location of the program executables that belong to the printer.

See Also