LEADTOOLS (Leadtools assembly)

Stop Method (ILeadStream)

Show in webframe







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

            
function Leadtools.ILeadStream.Stop( 
   resetPosition 
)
void Stop( 
   bool resetPosition
) 

Parameters

resetPosition
Resets the stream position to the original value.
Remarks

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

Requirements

Target Platforms

See Also

Reference

ILeadStream Interface
ILeadStream Members

 

 


Products | Support | Contact Us | Copyright Notices

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