<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGDocument > Methods:
Comments (0)
Load the SVG from a stream. The stream should contain the SVG as XML
Namespace: RSSVG
Delphi
public procedure LoadFromStream( const Stream: TStream ); virtual;
Parameters
Stream
Type: TStream
•RSSVG.TSVGDocument.LoadFromFile(String)
•RSSVG.TSVGDocument.LoadFromText(String)
•RSSVG.TSVGDocument.LoadFromBinaryStream(TStream)
•RSSVG.TSVGDocument.LoadFromXML(IXMLNode)
•RSSVG.TSVGDocument.SaveToFile(String,Integer)
•RSSVG.TSVGDocument.SaveToStream(TStream,Integer)
•TSVGDocument
•RSSVG