Closes a connection to the selected printer.
[Visual Basic]
Public Function Close() As Integer
[C#]
public int Close();
Positive return indicates that the printer connection was closed.
Negative value indicates that Close() was aborted before it could complete.