PageSetupInfoHeader Property |
Gets or sets the page header.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public string Header { get; set; }
Public Property Header As String
Get
Set
Property Value
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