Contents

FileSpecification.Contents property

获取或设置内容文件。 此属性返回加载到内存中的数据,这可能会导致大数据出现内存不足异常。 要减少内存使用,请使用 StreamContents。

public Stream Contents { get; set; }

也可以看看