←Select platform

Stream Property (CodecsPageEventArgs)

Summary

Gets the stream used by the load process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ILeadStream Stream {get;} 
Public ReadOnly Property Stream As ILeadStream 
public ILeadStream Stream {get;} 
@property (nonatomic, strong, readonly, nullable) LTLeadStream *stream 
public ILeadStream getStream()  
 get_Stream();  
public: 
property ILeadStream^ Stream { 
   ILeadStream^ get(); 
} 

Property Value

The ILeadStream object used by the load process.

Example

For an example, refer to RasterCodecs.LoadInformation.

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