NSvgDocument Class Members
In This Topic
The following tables list the members exposed by NSvgDocument.
Public Constructors
Public Fields
Public Methods
| Name | Description |
  | FromBytes | Loads an SVG document from the given byte array. |
  | FromStream | Loads an SVG document from the given stream. |
 | SaveToStream | Serializes this SVG document to the given stream. |
 | SaveToXml | Serializes this SVG document to XML. |
Top
Protected Methods
| Name | Description |
 | OnEvaluating | Overridden. Called when the document is about to be evaluated. Overriden to parse and evaluate local styles. |
Top
See Also