LEADTOOLS (Leadtools assembly)

LeadStream Constructor(InMemoryRandomAccessStream,Boolean)

Show in webframe







An InMemoryRandomAccessStream 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 InMemoryRandomAccessStream as storage.
Syntax
public LeadStream( 
   InMemoryRandomAccessStream stream,
   bool disposeStream
)
'Declaration
 
Public Function New( _
   ByVal stream As InMemoryRandomAccessStream, _
   ByVal disposeStream As Boolean _
)
'Usage
 
Dim stream As InMemoryRandomAccessStream
Dim disposeStream As Boolean
 
Dim instance As New LeadStream(stream, disposeStream)
public LeadStream( 
   InMemoryRandomAccessStream stream,
   bool disposeStream
)

            

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

Parameters

stream
An InMemoryRandomAccessStream 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.