LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Stop Method (LeadFileStream)






Resets the stream position to the original value.
Called to stop using the LeadFileStream object. .NET support WinRT support
Syntax
public void Stop( 
   bool resetPosition
)
'Declaration
 
Public Sub Stop( _
   ByVal resetPosition As Boolean _
) 
'Usage
 
Dim instance As LeadFileStream
Dim resetPosition As Boolean
 
instance.Stop(resetPosition)
public void Stop( 
   bool resetPosition
)
 function Leadtools.LeadFileStream.Stop( 
   resetPosition 
)
public:
void Stop( 
   bool resetPosition
) 

Parameters

resetPosition
Resets the stream position to the original value.
Remarks

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadFileStream Class
LeadFileStream Members

 

 


Products | Support | Contact Us | Copyright Notices

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