MindFusion.Java Package Programmer's Guide
SvgContent.fromFile Method
See Also
 






Loads SVG from the specified file.

Namespace: com.mindfusion.svg
Package: com.mindfusion.svg

 Syntax

Java  Copy Code

public static SvgContent fromFile (
    String fileName
)

 Parameters

fileName

A string containing file path.

 Return Value

An SvgContent instance representing the SVG drawing, or null if I/O or parsing errors occurred.

 See Also

SvgContent Members
SvgContent Class
com.mindfusion.svg Namespace