OleEmbeddedDataInfo

OleEmbeddedDataInfo()

为 OLE 对象创建新的嵌入数据信息。

public OleEmbeddedDataInfo()

也可以看看


OleEmbeddedDataInfo(byte[], string)

为 OLE 对象创建嵌入数据信息的新实例。 嵌入 OLE 对象的文件数据Byte[]。 当前嵌入 OLE 对象的文件扩展名String。

public OleEmbeddedDataInfo(byte[] embeddedFileData, string embeddedFileExtension)

也可以看看