PageSetupInfoHeader Property |
Gets or sets the page header.
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public string Header { get; set; }
Public Property Header As String
Get
Set
Property Value
Type:
StringRemarks
$w - Workspace name
$s - Session name
$d - Date in system short format
$D - Date in system long format
$t - Time in system short format
$T - Time in system long format
$p - Current page number
$P - Total number of pages
$b - Text alignment. If $b occurs only once, anything before it is left aligned and anything after it is right aligned.
If $b occurs twice, anything between the two are centered.
Default is $s$b$D.
See Also