Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadStream Class > LeadStream Constructor : LeadStream Constructor(InMemoryRandomAccessStream,Boolean) |
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 )
If disposeStream is true, then the LeadStream will dispose stream when it is disposed.