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

PrintOptions.FooterEnabled Property

Gets/sets the value which enables the footer text for each printed item.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property FooterEnabled As Boolean
C#
[BrowsableAttribute(true)]
public bool FooterEnabled { get; set; }

Property Value

true when the footer text should be printed for each item, false otherwise.

Remarks

The font of the footer is specified by the FooterFont. Its color is specified with the FooterColor property. Also you can specify the trimming mode - the method of truncation of the footer text when it is too large to fit the placeholder width.

The footer text itself is set by the Footer property of the PrintPlaceholder class instance which represents single printed item.

See Also

Reference