| Visual Basic (Declaration) | |
|---|---|
Public Property Footer As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Footer {get; set;} | |
Return Value
String containing the footer text, which may include control characters (commands)This example shows how to define the settings for customizing the printed page header and footer.
| C# | Copy Code |
|---|---|
// Define the printer settings | |
| Visual Basic | Copy Code |
|---|---|
' Define the printer settings | |
Use this property to specify the contents and formatting of the footer that appears on the bottom of printed pages.
You can customize the position and appearance of the footer by using control commands as listed in Customizing the Printed Page Header or Footer. If you use multiple control commands, do not put spaces between them.
To print the sheet, use the FpSpread.PrintSheet method.
To customize the contents and appearance of a printed header at the top of every page, use the Header property.
To add images to the footer, refer to the Images property. To specify colors to text in the footer, refer to the Colors property.
Reference
PrintInfo ClassPrintInfo Members
Header Property