ShowColumnFooterEachPage Property
In This Topic
Gets or sets whether to print the column footer on every page.
Syntax
'Declaration
Public Property ShowColumnFooterEachPage As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.ShowColumnFooterEachPage = value
value = instance.ShowColumnFooterEachPage
public bool ShowColumnFooterEachPage {get; set;}
Example
This example defines the print information.
See Also