LEADTOOLS (Leadtools assembly)

Stop Method (LeadStream)

Show in webframe







Resets the stream position to the original value.
Called to stop using the LeadStream object.
Syntax
public void Stop( 
   bool resetPosition
)
'Declaration
 
Public Sub Stop( _
   ByVal resetPosition As Boolean _
) 
'Usage
 
Dim instance As LeadStream
Dim resetPosition As Boolean
 
instance.Stop(resetPosition)
public void Stop( 
   bool resetPosition
)

            

            
 function Leadtools.LeadStream.Stop( 
   resetPosition 
)
public:
void Stop( 
   bool resetPosition
) 

Parameters

resetPosition
Resets the stream position to the original value.
Remarks

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

Requirements

Target Platforms

See Also

Reference

LeadStream Class
LeadStream Members

 

 


Products | Support | Contact Us | Copyright Notices

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