←Select platform

Stream Property

Summary

Gets the stream object currently being saved.

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 object currently being saved.

Example

For an example, refer to RasterCodecs.SaveImage.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly