DgnImageSaveData Method

Saves the object's data to the specified stream.

Namespace:  Aspose.CAD.FileFormats.Dgn
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected override void SaveData(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to save the object's data to.
See Also