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
Wiki Markup
{introducedin:4.5.1}
{description}
{excerpt}Sets the text that will appear in this section of the header or footer and adds a picture{excerpt}
{signature:C#}
public void SetContent(string text, System.IO.Stream picture)
{signature}{signature:vb.net}
Public Sub SetContent(ByVal text As String, ByVal picture As System.IO.Stream)
{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 go.
{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 picture to insert into the header as a System.IO.Stream object.{param}