C#
VB
WinRT C#
C++
Writes the specified number of bytes to the LeadFileStream object.
Public Overloads Function Write( _
ByVal buffer As IntPtr, _
ByVal count As UInteger _
) As UInteger
function Leadtools.LeadFileStream.Write(IntPtr,UInt32)(
buffer ,
count
)
buffer
The buffer containing data to write to the stream.
count
The maximum number of bytes to write.
The total number of bytes written into the LeadFileStream object.
Use the CanWrite property to determine whether the current instance supports reading.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET