Back to Devexpress

ShapeCollection.InsertOleObjectAsIcon Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shapecollection-dot-insertoleobjectasicon.md

latest2.3 KB
Original Source

ShapeCollection.InsertOleObjectAsIcon Method

NameParametersDescription
InsertOleObjectAsIcon(DocumentPosition, Stream, String, DocumentImageSource)pos, stream, progId, iconInserts an OLE object that stores data from the specified file. The object is displayed in the document as an icon.
InsertOleObjectAsIcon(DocumentPosition, Stream, String, Image)pos, stream, progId, iconInserts an OLE object that stores data from the specified file. The object is displayed in the document as an icon.
InsertOleObjectAsIcon(DocumentPosition, String, DocumentImageSource)pos, fileName, iconInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an icon.
InsertOleObjectAsIcon(DocumentPosition, String, Image)pos, fileName, iconInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an icon.
InsertOleObjectAsIcon(DocumentPosition, String, String, DocumentImageSource)pos, fileName, progId, iconInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an icon.
InsertOleObjectAsIcon(DocumentPosition, String, String, Image)pos, fileName, progId, iconInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an icon.