A HeaderFooterPicture object represents a picture embedded in a Header or Footer.

public sealed class HeaderFooterPicture
Public NotInheritable Class HeaderFooterPicture

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.

HeaderFooterPicture hfp = header.GetPicture();

//--- Set height to 20 pixels
hfp.Height = 20;
Dim hfp As HeaderFooterPicture = header.GetPicture()

'--- Set height to 20 pixels
hfp.Height = 20

Name

Description

Height

LockAspectRatio

Width