Extracts this instance.
Namespace:
Aspose.CAD.FileFormats.Dwf
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Dictionary<string, Stream> Extract()
Public Function Extract As Dictionary(Of String, Stream)
public:
Dictionary<String^, Stream^>^ Extract()
member Extract : unit -> Dictionary<string, Stream>
Return Value
Type:
DictionaryString,
Stream
The entries dictionary.
See Also