Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDataUri Class : DecodeToStream Method |
'Usage
Dim instance As SvgDataUri Dim stream As Stream instance.DecodeToStream(stream)
- (BOOL)decodeToData:(NSMutableData *)data error:(NSError **)error
public void decodeToStream(OutputStream stream)
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.
For an example, refer to SvgDocument.EnumerateElements