This documentation is for the old version. Go to the latest Graphics Mill docs

PrintPlaceholder.Footer Property

Gets/sets the footer text for the placeholder.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property Footer As String
C#
public string Footer { get; set; }

Property Value

The footer text for the placeholder.

Remarks

The font and other settings of the footer text are specified in the PrintOptions object.

See Also

Reference