Message-ID: <851667830.10183.1711715820281.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10182_663832285.1711715820281" ------=_Part_10182_663832285.1711715820281 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html HeaderFooterPicture

HeaderFooterPicture

Introduced in build 4= .5.1

=20

Description

A=20 HeaderFooterPicture object represents a picture embedded in a = Header or Footer.=20
C#
=20
public sealed class HeaderFooterPicture
=20
=20
vb.net
=20
Public NotInheritable Class HeaderFooterPicture
=20
=20

Remarks

Use this class in order= to set the size of a picture within a=20 HeaderFooterS= ection. In order to return a=20 HeaderFooterPicture object, use the=20 Header= FooterSection.GetPicture() method. In order to clear or change the pict= ure that is used, use one of the=20 He= aderFooterSection.SetContent methods.=20

Examples

=20
C#
=20
HeaderFooterPicture hfp =3D header.GetPicture();

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

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

Properties

Name

Description

Height

Gets or sets the height in pixels of a picture e= mbedded within a header or footer

LockAspectRatio

Gets or sets whether the aspect ratio of the= picture should be locked.

Width

Gets or sets the width in pixels of a picture em= bedded in a header or footer
------=_Part_10182_663832285.1711715820281--