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

Show in webframe

DecodeToFile Method






Output file name
Saves the image data in this data URI object to a file on disk.
Syntax
public void DecodeToFile( 
   string fileName
)
'Declaration
 
Public Sub DecodeToFile( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As SvgDataUri
Dim fileName As String
 
instance.DecodeToFile(fileName)
- (BOOL)decodeToFile:(NSString *)file error:(NSError **)error
public void decodeToFile(String fileName)
public:
void DecodeToFile( 
   String^ fileName
) 

Parameters

fileName
Output file name
Remarks

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.

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