Click or drag to resize

DxfDocumentSave Method (Stream)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the database of the actual DxfDocument to a text stream.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Save(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
Stream.

Return Value

Type: Boolean
Return true if the stream has been successfully saved, false otherwise.
Remarks
On Debug mode it will raise any exception that might occur during the whole process.
The caller will be responsible of closing the stream.
See Also