PrintDialogSettings.Title Property

T3000 CrossPlatform

PrintDialogSettingsTitle Property

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

Title of page. If you want to print Title on the page, insert code &w in Footer or Header.

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

Dim instance As PrintDialogSettings
Dim value As String

value = instance.Title

instance.Title = value

Property Value

Type: String
See Also