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

PrintOptions.FooterAlignment Property

Gets/sets the alignment of the footer text.

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

Syntax

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

Property Value

The alignment of the footer text.

Remarks

The footer is printed at the bottom of each placeholder.

See Also

Reference