Header Property (PrintInfo)
In This Topic
Gets or sets the text and format of headers on printed pages.
Syntax
'Declaration
Public Property Header As String
'Usage
Dim instance As PrintInfo
Dim value As String
instance.Header = value
value = instance.Header
public string Header {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also