Managing OLE Objects
Contents
[
Hide
]
Object Linking and Embedding (OLE) is a Microsoft Windows feature that allows you to copy or move information from one application to another while you retain the ability to edit the information in the original application. Basically, OLE combines data from different applications into one document. To use OLE, you need both source and destination applications that support OLE.
Exporting Embedded OLE Objects
Aspose.CAD for .NET now supports exporting embedded OLE objects from DWG format. This article demonstrates how you can export embedded OLE objects from DWG format to PNG using Aspose.CAD.
The sample code is given below to achieve this feature.