Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > 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: FMX.RS.SVG
Delphi
public procedure SaveToBinaryStream( const Stream: TStream ); virtual;
Parameters
Stream
Type: TStream
•FMX.RS.SVG.TSVGDocument.SaveToStream(TStream,Integer)
•FMX.RS.SVG.TSVGDocument.SaveToFile(String,Integer)
•FMX.RS.SVG.TSVGDocument.SaveToXML(IXMLDocument)
•FMX.RS.SVG.TSVGDocument.LoadFromBinaryStream(TStream)
•TSVGDocument
•FMX.RS.SVG