This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
84b27002 97a1 9044 2b3c 3c71a7e11f96
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Saves the database of the actual DxfDocument to a text stream.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Save(
Stream stream
)
VB
Public Function Save (
stream As Stream
) As Boolean
C++
public:
bool Save(
Stream^ stream
)
F#
member Save :
stream : Stream -> bool
- Stream
- Stream.
Boolean
Return true if the stream has been successfully saved, false otherwise.
On Debug mode it will raise any exception that might occur during the whole process.
The caller will be responsible of closing the stream.
DxfVersionNotSupportedException |