Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Stop Method (LeadStream)








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

Parameters

resetPosition
Resets the stream position to the original value.
Remarks

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

Requirements

Target Platforms

See Also

Reference

LeadStream Class
LeadStream Members

Error processing SSI file