{introducedin:4.5.1}
{description}
{excerpt}
A [HeaderFooterPicture] object represents a picture embedded in a Header or Footer.
{excerpt}
{signature:C#}
public sealed class HeaderFooterPicture
{signature}
{signature:vb.net}
Public NotInheritable Class HeaderFooterPicture
{signature}
{remarks}
Use this class in order to set the size of a picture within a [HeaderFooterSection].  In order to return a [HeaderFooterPicture] object, use the [HeaderFooterSection.GetPicture()] method.  In order to clear or change the picture that is used, use one of the [HeaderFooterSection.SetContent] methods.
{remarks}
{example}
{code:csharp|title=C#}
HeaderFooterPicture hfp = header.GetPicture();

//--- Set height to 20 pixels
hfp.Height = 20;
{code}
{code:vbnet|title=vb.net}
Dim hfp As HeaderFooterPicture = header.GetPicture()

'--- Set height to 20 pixels
hfp.Height = 20
{code}
{example}
{properties}
||Name||Description||
|[Height|HeaderFooterPicture.Height]|{excerpt-include:HeaderFooterPicture.Height|nopanel=true}|
|[LockAspectRatio|HeaderFooterPicture.LockAspectRatio]|{excerpt-include:HeaderFooterPicture.LockAspectRatio|nopanel=true}|
|[Width|HeaderFooterPicture.Width]|{excerpt-include:HeaderFooterPicture.Width|nopanel=true}|