DxfDocumentSave Method (Stream)
|
Saves the database of the actual DxfDocument to a text stream.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Save(
Stream stream
)
Public Function Save (
stream As Stream
) As Boolean
public:
bool Save(
Stream^ stream
)
member Save :
stream : Stream -> bool
METHOD Save(
stream AS Stream
) AS LOGIC
Parameters
- stream
- Type: System.IOStream
Stream.
Return Value
Type:
BooleanReturn 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