Introduced in build 4.5.1
Description
A HeaderFooterPicture object represents a picture embedded in a Header or Footer.
Signature: C#
Signature: VB.NET
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.
Examples
C#
vb.net
Properties
| Name | Description |
|---|---|
| Height | Gets or sets the height in pixels of a picture embedded 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 embedded in a header or footer |