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