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;}
See Also