Appends the package OLE object (ole object without specified type).
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( Stream oleStream, DocPicture olePicture, string fileExtension )
Public Function AppendOleObject ( oleStream As Stream, olePicture As DocPicture, fileExtension As String ) As DocOleObject
public: virtual DocOleObject^ AppendOleObject( Stream^ oleStream, DocPicture^ olePicture, String^ fileExtension ) sealed
abstract AppendOleObject : oleStream : Stream * olePicture : DocPicture * fileExtension : string -> DocOleObject override AppendOleObject : oleStream : Stream * olePicture : DocPicture * fileExtension : string -> DocOleObject
Parameters
- oleStream
- Stream
The OLE file stream.
- olePicture
- DocPicture
The OLE picture.
- fileExtension
- String
The file extension.