←Select platform

Stop Method (LeadBufferStream)

Summary

Called to stop using the LeadBufferStream object.

Syntax

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

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

Leadtools Assembly