Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introducedin
4.5.1
4.5.1
Description

Excerpt

Sets the text that will appear in this section of the header or footer and adds a picture

Signature
C#
C#

public void SetContent(string text, string picture)
Signature
vb.net
vb.net

Public Sub SetContent(ByVal text As String, ByVal picture As String)
Remarks

For instructions on using the formatting codes for headers and footers, see Formatting Headers and Footers. The text passed in should include exactly one &G formatting code to denote where the picture should be located.

Note

Total text, including formatting codes, for all sections of the header or footer cannot exceed 255 characters.

Parameters

Param
text
text

The text to show in this section of the header or footer, including formatting codes.

Note

To insert the image defined by the picture parameter, you must include the &G formatting code in the text where you wish the picture to appear.

...