LEADTOOLS (Leadtools assembly)

Write(IntPtr,UInt32) Method

Show in webframe







The buffer containing data to write to the stream.
The maximum number of bytes to write.
Writes the specified number of bytes to the LeadFileStream object.
Syntax
public uint Write( 
   IntPtr buffer,
   uint count
)
'Declaration
 
Public Overloads Function Write( _
   ByVal buffer As IntPtr, _
   ByVal count As UInteger _
) As UInteger
'Usage
 
Dim instance As LeadFileStream
Dim buffer As IntPtr
Dim count As UInteger
Dim value As UInteger
 
value = instance.Write(buffer, count)
public uint Write( 
   IntPtr buffer,
   uint count
)

            

            
 function Leadtools.LeadFileStream.Write(IntPtr,UInt32)( 
   buffer ,
   count 
)
public:
uint Write( 
   IntPtr buffer,
   uint count
) 

Parameters

buffer
The buffer containing data to write to the stream.
count
The maximum number of bytes to write.

Return Value

The total number of bytes written into the LeadFileStream object.
Remarks

Use the CanWrite property to determine whether the current instance supports reading.

Requirements

Target Platforms

See Also

Reference

LeadFileStream Class
LeadFileStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.