Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Stop Method (LeadBufferStream)








Resets the stream position to the original value.
Called to stop using the LeadBufferStream object.
Syntax
public void Stop( 
   bool resetPosition
)
'Declaration
 
Public Sub Stop( _
   ByVal resetPosition As Boolean _
) 
'Usage
 
Dim instance As LeadBufferStream
Dim resetPosition As Boolean
 
instance.Stop(resetPosition)
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

See Also

Reference

LeadBufferStream Class
LeadBufferStream Members

Error processing SSI file