LEADTOOLS (Leadtools assembly)

LeadStream Constructor(IOutputStream,Boolean)

Show in webframe







An Leadtools.Junk.IOutputStream that will be used as storage for the new LeadStream object.
Value that indicates whether stream should be disposed when the new LeadStream object is disposed.
Constructs a new LeadStream object using the specified Leadtools.Junk.IOutputStream as storage.
Syntax
public LeadStream( 
   IOutputStream stream,
   bool disposeStream
)
'Declaration
 
Public Function New( _
   ByVal stream As IOutputStream, _
   ByVal disposeStream As Boolean _
)
'Usage
 
Dim stream As IOutputStream
Dim disposeStream As Boolean
 
Dim instance As New LeadStream(stream, disposeStream)
public LeadStream( 
   IOutputStream stream,
   bool disposeStream
)

            

            
function LeadStream( 
   stream ,
   disposeStream 
)
public:
LeadStream( 
   IOutputStream^ stream,
   bool disposeStream
)

Parameters

stream
An Leadtools.Junk.IOutputStream that will be used as storage for the new LeadStream object.
disposeStream
Value that indicates whether stream should be disposed when the new LeadStream object is disposed.
Remarks

If disposeStream is true, then the LeadStream will dispose stream when it is disposed.

Requirements

Target Platforms

See Also

Reference

LeadStream Class
LeadStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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