←Select platform

DecodeToStream Method

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly