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