SvgDocumentOpen Method |
| Name | Description | |
|---|---|---|
| Open(Stream) |
Attempts to open an SVG document from the specified Stream.
| |
| Open(String) |
Opens the document at the specified path and loads the SVG contents.
| |
| Open(XmlDocument) |
Opens an SVG document from the specified XmlDocument.
| |
| Open(Stream, DictionaryString, String) |
Opens an SVG document from the specified Stream and adds the specified entities.
| |
| Open(String, DictionaryString, String) |
Opens the document at the specified path and loads the SVG contents.
|