←Select platform

DecodeToStream Method

Summary

Saves the image data in this data URI object to a stream.

Syntax
C#
VB
Objective-C
C++
Java
public void DecodeToStream( 
   Stream stream 
) 
Public Sub DecodeToStream( _ 
   ByVal stream As Stream _ 
)  
- (BOOL)decodeToData:(NSMutableData *)data error:(NSError **)error 
public void decodeToStream(OutputStream stream) 
public: 
void DecodeToStream(  
   Stream^ stream 
)  

Parameters

stream
Output stream

Remarks

This method saves the data as an image file into the stream. The data must have been previously set into Href using Parse. Use DecodeToFile to save the data to a file on disk.

Example

For an example, refer to SvgDocument.EnumerateElements

Requirements

Target Platforms

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

Leadtools.Svg Assembly