Leadtools Namespace > LeadStream Class > LeadStream Constructor : LeadStream Constructor(IRandomAccessStream,Boolean) |
public LeadStream( IRandomAccessStream stream, bool disposeStream )
'Declaration Public Function New( _ ByVal stream As IRandomAccessStream, _ ByVal disposeStream As Boolean _ )
'Usage Dim stream As IRandomAccessStream Dim disposeStream As Boolean Dim instance As New LeadStream(stream, disposeStream)
public LeadStream( IRandomAccessStream stream, bool disposeStream )
function LeadStream( stream , disposeStream )
public: LeadStream( IRandomAccessStream^ stream, bool disposeStream )
If disposeStream is true, then the LeadStream will dispose stream when it is disposed.