public void Dispose()
Public Sub Dispose()
The LeadStream class implements the IDisposable
interface, it is recommended that you follow the standard .NET dispose pattern when using the LeadStream class. For more information, refer to the IDisposable
interface documentation in MSDN.
When the value of LeadStreamDisposeStream is true, then the underlying framework System.IO.Stream
stored in the LeadStream.Stream property will also be disposed if not null. This indicate that this LeadStream
was created with the disposseStream parameter set to true to indicate ownership of the underlying object.
When the value of LeadStreamDisposeStream is false, the underlying framework System.IO.Stream
stored in the LeadStream.Stream property is not disposed. This indicate that this LeadStream
was created with the dispsoeStream parameter set to false to indicate that the user owns the underlying object and is responsible for disposing it.
Refer to RasterCodecs Async Operations for more information and examples.
For .NET Framework: A reference to the Leadtools.Async.dll assembly is required to use this functionality.
For .NET Standard: This functionality is included in the Leadtools.dll assembly.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document