Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGDocument > Methods
TSVGDocument.SaveToBinaryStream(TStream) Method
Saves the SVG document to the specified stream as a Delphi binary object. This function is faster than SaveToStream but is not compatible with any other software
Namespace: RSSVG
Delphi
public procedure SaveToBinaryStream( const Stream: TStream ); virtual;
Parameters
Stream
Type: TStream
•RSSVG.TSVGDocument.SaveToStream(TStream,Integer)
•RSSVG.TSVGDocument.SaveToFile(String,Integer)
•RSSVG.TSVGDocument.SaveToXML(IXMLDocument)
•RSSVG.TSVGDocument.LoadFromBinaryStream(TStream)
•TSVGDocument
•RSSVG