Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGDocument > Methods
TSVGDocument.LoadFromXML(IXMLDocument) Method
Load the SVG from a XML document interface
Namespace: RSSVG
Delphi
public procedure LoadFromXML( const XML: IXMLDocument ); reintroduce; overload;
Parameters
XML
Type: IXMLDocument
•RSSVG.TSVGDocument.LoadFromFile(String)
•RSSVG.TSVGDocument.LoadFromStream(TStream)
•RSSVG.TSVGDocument.SaveToXML(IXMLDocument)
•RSSVG.TSVGDocument.SaveToFile(String,Integer)
•RSSVG.TSVGDocument.SaveToStream(TStream,Integer)
•TSVGDocument
•RSSVG