←Select platform

Stream Property

Summary
Gets the Stream associated with the file load process.
Syntax
C#
VB
Objective-C
C++
Java
public Stream Stream { get; } 
Public ReadOnly Property Stream As Stream 
@property (nonatomic, strong, readonly, nullable) LTLeadStream *stream 
public ILeadStream getStream() 
public: 
property Stream^ Stream { 
   Stream^ get(); 
} 

Property Value

The Stream associated with the file load process.

Example

For an example, refer to RasterCodecs.LoadImage.

Requirements

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.Codecs Assembly

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