Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

DecodeToStream Method






Output stream
Saves the image data in this data URI object to a stream.
Syntax
public void DecodeToStream( 
   Stream stream
)
'Declaration
 
Public Sub DecodeToStream( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As SvgDataUri
Dim stream As Stream
 
instance.DecodeToStream(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

See Also

Reference

SvgDataUri Class
SvgDataUri Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features