WebExtensionPart.AddImagePart 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.
Overloads
| AddImagePart(ImagePartType) | Adds a ImagePart to the WebExtensionPart | 
| AddImagePart(String) | Adds a ImagePart to the WebExtensionPart | 
| AddImagePart(ImagePartType, String) | Adds a ImagePart to the WebExtensionPart | 
| AddImagePart(String, String) | Adds a ImagePart to the WebExtensionPart | 
AddImagePart(ImagePartType)
Adds a ImagePart to the WebExtensionPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType);member this.AddImagePart : DocumentFormat.OpenXml.Packaging.ImagePartType -> DocumentFormat.OpenXml.Packaging.ImagePartPublic Function AddImagePart (partType As ImagePartType) As ImagePartParameters
- partType
- ImagePartType
The part type of the ImagePart
Returns
The newly added part.
Applies to
AddImagePart(String)
Adds a ImagePart to the WebExtensionPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart(string contentType);member this.AddImagePart : string -> DocumentFormat.OpenXml.Packaging.ImagePartPublic Function AddImagePart (contentType As String) As ImagePartParameters
- contentType
- String
The content type of the ImagePart
Returns
The newly added part.
Applies to
AddImagePart(ImagePartType, String)
Adds a ImagePart to the WebExtensionPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string id);member this.AddImagePart : DocumentFormat.OpenXml.Packaging.ImagePartType * string -> DocumentFormat.OpenXml.Packaging.ImagePartPublic Function AddImagePart (partType As ImagePartType, id As String) As ImagePartParameters
- partType
- ImagePartType
The part type of the ImagePart
- id
- String
The relationship id
Returns
The newly added part.
Applies to
AddImagePart(String, String)
Adds a ImagePart to the WebExtensionPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart(string contentType, string id);member this.AddImagePart : string * string -> DocumentFormat.OpenXml.Packaging.ImagePartPublic Function AddImagePart (contentType As String, id As String) As ImagePartParameters
- contentType
- String
The content type of the ImagePart
- id
- String
The relationship id
Returns
The newly added part.