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

PrintOptions.FooterTrimming Property

Gets/sets the string trimming settings of the footer text when it is do not fit the placeholder.

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

Syntax

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

Property Value

The string trimming settings of the footer text.

Remarks

The footer is printed at the bottom of each placeholder.

See Also

Reference