UtilPrinterPrinterNames Property
Gets the names of all the printers installed on this computer.
Namespace: DevCase.Core.IO.Devices.PrinterAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IEnumerable<string> PrinterNames { get; }
Public Shared ReadOnly Property PrinterNames As IEnumerable(Of String)
Get
Dim value As IEnumerable(Of String)
value = UtilPrinter.PrinterNames
public:
static property IEnumerable<String^>^ PrinterNames {
IEnumerable<String^>^ get ();
}
static member PrinterNames : IEnumerable<string> with get
No code example is currently available or this language may not be supported.
Property Value
IEnumerableString
The names of all the printers installed on this computer.
This is a code example.
No code example is currently available or this language may not be supported.
Dim printerNames As IEnumerable(Of String) = PrinterNames()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.