IPackage.CreatePart(Uri, String, CompressionOption) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new part with a given URI, content type, and compression option.
public DocumentFormat.OpenXml.Packaging.IPackagePart CreatePart (Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption);
abstract member CreatePart : Uri * string * System.IO.Packaging.CompressionOption -> DocumentFormat.OpenXml.Packaging.IPackagePart
Public Function CreatePart (partUri As Uri, contentType As String, compressionOption As CompressionOption) As IPackagePart
Parameters
- partUri
- Uri
The URI of the new part.
- contentType
- String
The content type of the data stream.
- compressionOption
- CompressionOption
The compression option for the data stream.
Returns
The new created part.