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

PrintPlaceholder.Header Property

Gets/sets the header text for the placeholder.

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

Syntax

Visual Basic
Public Property Header As String
C#
public string Header { get; set; }

Property Value

The header text for the placeholder.

Remarks

The font and other settings of the header text are specified in the PrintOptions object.

See Also

Reference