Constructs a new ILeadStream using the specified stream as storage.
public static Leadtools.ILeadStream Create(
InMemoryRandomAccessStream stream,
bool autoDisposeStream
)
Public Overloads Shared Function Create( _
ByVal stream As InMemoryRandomAccessStream, _
ByVal autoDisposeStream As Boolean _
) As Leadtools.ILeadStream
public static Leadtools.ILeadStream Create(
InMemoryRandomAccessStream stream,
bool autoDisposeStream
)
function Leadtools.LeadStreamFactory.Create(InMemoryRandomAccessStream,Boolean)(
stream ,
autoDisposeStream
)
public:
static Leadtools.ILeadStream^ Create(
InMemoryRandomAccessStream^ stream,
bool autoDisposeStream
)
stream
An InMemoryRandomAccessStream 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