Leadtools Namespace > ILeadStream Interface > Write Method : Write(IBuffer,Int32,UInt32) Method |
'Declaration Overloads Function Write( _ ByVal buffer As IBuffer, _ ByVal bufferIndex As Integer, _ ByVal count As UInteger _ ) As Integer
'Usage Dim instance As ILeadStream Dim buffer As IBuffer Dim bufferIndex As Integer Dim count As UInteger Dim value As Integer value = instance.Write(buffer, bufferIndex, count)
function Leadtools.ILeadStream.Write(IBuffer,Int32,UInt32)( buffer , bufferIndex , count )
Use the CanWrite property to determine whether the current instance supports reading.