Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGDocument > Methods
TSVGDocument.LoadFromText(String) Method
Load the SVG from an XML string
Namespace: RSSVG
Delphi
public procedure LoadFromText( const Text: String ); virtual;
Parameters
Text
Type: String
•RSSVG.TSVGDocument.LoadFromFile(String)
•RSSVG.TSVGDocument.LoadFromStream(TStream)
•RSSVG.TSVGDocument.LoadFromXML(IXMLNode)
•RSSVG.TSVGDocument.SaveToFile(String,Integer)
•RSSVG.TSVGDocument.SaveToStream(TStream,Integer)
•TSVGDocument
•RSSVG