Constructs a new LeadStream object using the specified IInputStream as storage.
public LeadStream(
IInputStream stream,
bool disposeStream
)
Public Function New( _
ByVal stream As IInputStream, _
ByVal disposeStream As Boolean _
)
public:
LeadStream(
IInputStream^ stream,
bool disposeStream
)
stream
An IInputStream that will be used as storage for the new LeadStream object.
disposeStream
Value that indicates whether stream should be disposed when the new LeadStream object is disposed.
If disposeStream is true, then the LeadStream will dispose stream when it is disposed.
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