PrintDialogSettings.Header Property

T3000 CrossPlatform

PrintDialogSettingsHeader Property

[This is preliminary documentation and is subject to change.]

Header of page Here you can use special codes: &w (Window title), &D, &d (Date), &t(), &4 (Time), &p (Current page number), &P (Total number of pages), && (A single ampersand), &b (Right justify text, Center text. If &b occurs once, then anything after the &b is right justified. If &b occurs twice, then anything between the two &b is centered, and anything after the second &b is right justified).

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string Header { get; set; }
Public Property Header As String
	Get
	Set

Dim instance As PrintDialogSettings
Dim value As String

value = instance.Header

instance.Header = value

Property Value

Type: String
See Also