Click or drag to resize

SystemPrinter Class

The System.Printer properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemPrinter

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Printer

The SystemPrinter type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefault
The System.Printer.Default property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Printer_Default. Display name Default.
Public propertyStatic memberLocation
The System.Printer.Location property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_Printer_Location. Display name Location.
Public propertyStatic memberModel
The System.Printer.Model property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Printer_Model. Display name Model.
Public propertyStatic memberQueueSize
The System.Printer.QueueSize property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Printer_QueueSize. Display name Documents.
Public propertyStatic memberStatus
The System.Printer.Status property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Printer_Status. Display name Printer status.
Top
See Also