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 : DecodeToFile Method |
'Usage
Dim instance As SvgDataUri Dim fileName As String instance.DecodeToFile(fileName)
- (BOOL)decodeToFile:(NSString *)file error:(NSError **)error
public void decodeToFile(String fileName)
This method saves the data as an image file into the file. The data must be previously set into Href using Parse. Use DecodeToStream to save the data to a stream.
For an example, refer to SvgDocument.EnumerateElements