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

PrintOptions.HeaderEnabled Property

Gets/sets the value which enables the header 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 HeaderEnabled As Boolean
C#
[BrowsableAttribute(true)]
public bool HeaderEnabled { get; set; }

Property Value

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

Remarks

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

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

See Also

Reference