Constructs a new LeadStream object using the specified IOutputStream as storage.
public LeadStream(
IOutputStream stream,
bool disposeStream
)
Public Function New( _
ByVal stream As IOutputStream, _
ByVal disposeStream As Boolean _
)
public:
LeadStream(
IOutputStream^ stream,
bool disposeStream
)
stream
An IOutputStream 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