Appends the OLE object.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public DocOleObject AppendOleObject( string pathToFile, DocPicture olePicture )
Public Function AppendOleObject ( pathToFile As String, olePicture As DocPicture ) As DocOleObject
public: virtual DocOleObject^ AppendOleObject( String^ pathToFile, DocPicture^ olePicture ) sealed
abstract AppendOleObject : pathToFile : string * olePicture : DocPicture -> DocOleObject override AppendOleObject : pathToFile : string * olePicture : DocPicture -> DocOleObject