Click or drag to resize

DriverPrinterConnection.Read Method

Overload List
  NameDescription
Public methodRead()
Reads all the available data from the connection. This call is non-blocking.
(Overrides ConnectionA.Read().)
Public methodRead(Int32)
Reads maxBytesToRead of the available data from the connection.
(Inherited from ConnectionA.)
Public methodRead(BinaryWriter)
Reads all the available data from the connection.
(Inherited from ConnectionA.)
Public methodRead(Int32, Boolean)
Reads maxBytesToRead of the available data from the connection.
(Inherited from ConnectionA.)
Top
See Also