Name | Description | |
---|---|---|
![]() | NSvgDocument Constructor | Default constructor. |
The following tables list the members exposed by NSvgDocument.
Name | Description | |
---|---|---|
![]() | NSvgDocument Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | NSvgDocumentSchema | Schema associated with NSvgDocument. |
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. |
Name | Description | |
---|---|---|
![]() | OnEvaluating | Overridden. Called when the document is about to be evaluated. Overriden to parse and evaluate local styles. |