←Select platform

Stop Method (ILeadStream)

Summary

Called to stop using the ILeadStream object.

Syntax

C#
VB
Objective-C
WinRT C#
C++
void Stop(  
   bool resetPosition 
) 
Sub Stop( _ 
   ByVal resetPosition As Boolean _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly