Constructs a new ILeadStream using the specified stream as storage.
public static Leadtools.ILeadStream Create(
IInputStream stream,
bool autoDisposeStream
)
Public Overloads Shared Function Create( _
ByVal stream As IInputStream, _
ByVal autoDisposeStream As Boolean _
) As Leadtools.ILeadStream
public static Leadtools.ILeadStream Create(
IInputStream stream,
bool autoDisposeStream
)
function Leadtools.LeadStreamFactory.Create(IInputStream,Boolean)(
stream ,
autoDisposeStream
)
public:
static Leadtools.ILeadStream^ Create(
IInputStream^ stream,
bool autoDisposeStream
)
stream
An IInputStream that will be used as storage for the new LeadStream object.
autoDisposeStream
true to automatically dispose stream when the returned ILeadStream object is disposed, otherwise; false.. When this parameter is true, the returned ILeadStream object takes ownership of stream.
The lead stream object.
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET