In This Topic
Gets or sets the name of the printer to use for printing.
Syntax
'Declaration
Public Property Printer As String
'Usage
Dim instance As PrintInfo
Dim value As String
instance.Printer = value
value = instance.Printer
public string Printer {get; set;}
See Also