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 > LeadStreamFactory Class > Create Method : Create(IInputStream,Boolean) Method |
public static ILeadStream Create( IInputStream stream, bool autoDisposeStream )
'Declaration
Public Overloads Shared Function Create( _ ByVal stream As IInputStream, _ ByVal autoDisposeStream As Boolean _ ) As ILeadStream
'Usage
Dim stream As IInputStream Dim autoDisposeStream As Boolean Dim value As ILeadStream value = LeadStreamFactory.Create(stream, autoDisposeStream)
public static ILeadStream Create( IInputStream stream, bool autoDisposeStream )
function Leadtools.LeadStreamFactory.Create(IInputStream,Boolean)( stream , autoDisposeStream )
public: static ILeadStream^ Create( IInputStream^ stream, bool autoDisposeStream )
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.