| Visual Basic (Declaration) | |
|---|---|
Public Property Images As Image() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Image[] Images {get; set;} | |
Return Value
Images array containing the images| C# | Copy Code |
|---|---|
// Define the printer settings | |
| Visual Basic | Copy Code |
|---|---|
' Define the printer settings | |
Use this property to define the graphic images that can be used in headers and footers on printed pages using the Header property and Footer property and the /g command (for graphics). Then refer to the graphic according to the index of that graphic. Index numbers start at 0.
You can customize the position and appearance of headers and footers 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 customize the contents and appearance of a printed footer at the bottom of every page, use the Footer property.
Reference
PrintInfo ClassPrintInfo Members