LEADTOOLS (Leadtools assembly)

Stop Method (LeadBufferStream)

Show in webframe







Resets the stream position to the original value.
Called to stop using the LeadBufferStream object.
Syntax
public void Stop( 
   bool resetPosition
)
'Declaration
 
Public Sub Stop( _
   ByVal resetPosition As Boolean _
) 
'Usage
 
Dim instance As LeadBufferStream
Dim resetPosition As Boolean
 
instance.Stop(resetPosition)
public void Stop( 
   bool resetPosition
)
-(void)stop:(BOOL)resetPosition;
public void stop(boolean resetPosition)
 function Leadtools.LeadBufferStream.Stop( 
   resetPosition 
)
public:
void Stop( 
   bool resetPosition
) 

Parameters

resetPosition
Resets the stream position to the original value.
Remarks

Call this method when the LeadBufferStream object is no longer needed.

Requirements

Target Platforms

See Also

Reference

LeadBufferStream Class
LeadBufferStream Members

 

 


Products | Support | Contact Us | Copyright Notices

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