FooterPart.ImageParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the ImageParts of the FooterPart
Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)
Syntax
'Declaration
Public ReadOnly Property ImageParts As IEnumerable(Of ImagePart)
'Usage
Dim instance As FooterPart
Dim value As IEnumerable(Of ImagePart)
value = instance.ImageParts
public IEnumerable<ImagePart> ImageParts { get; }
See Also
Reference
FooterPart Class
FooterPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace