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)
<BrowsableAttribute(True)> _ Public Property FooterEnabled As Boolean
[BrowsableAttribute(true)] public bool FooterEnabled { get; set; }
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.