Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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}{signature:
}
Signature
vb.net
vb.net
Public Sub SetContent(ByVal text As String, ByVal picture As String)
{signature}
{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.{note}
{remarks}
{parameters}
{param: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.{note}{param}
{param:picture}The name of the picture to insert into the header, including relative path.{param}
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.

Param
picture
picture

The name of the picture to insert into the header, including relative path.