Search
SvgContent.parse Method (String, Boolean)
See Also
 






Parses the content of specified SVG file.

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

 Syntax

Java  Copy Code

public void parse (
    String fileName,
    boolean splitGroups
)

 Parameters

fileName

A string containing the path of an SVG file.

splitGroups

true to treat top-level group elements as pages, or false otherwise.

 See Also