←Select platform

Stream Property

Summary

Gets the Stream associated with the file load process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Stream Stream { get; } 
Public ReadOnly Property Stream As Stream 
public Stream Stream {get;} 
@property (nonatomic, strong, readonly, nullable) LTLeadStream *stream 
public ILeadStream getStream() 
 get_Stream();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly