←Select platform

Stream Property

Summary

Gets the underlying framework stream associated with this ILeadStream.

Syntax
C#
VB
public Stream Stream { get; } 
Public ReadOnly Property Stream() As Stream 
   Get 

Property Value

The underlying framework stream associated with this ILeadStream. The stream is of type System.IO.Stream in .NET.

Remarks

The value of Stream is set by the implementation class. For instance, LeadStream will set the value in the constructor while LeadFileStream and HttpClientLeadStream will set the stream once it is successfully opened.

Refer to RasterCodecs Async Operations for more information and examples.

Requirements

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.

Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.