BannerAddBanner Method (BannerPages, String, String) |  |
Adds a header or footer of this document
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic void AddBanner(
BannerPages pPage,
string pText = "",
string pStyle = ""
)
Public Sub AddBanner (
pPage As BannerPages,
Optional pText As String = "",
Optional pStyle As String = ""
)
Parameters
- pPage
- Type: SOWIDocument.WordBannerPages
Page default, first or even - pText (Optional)
- Type: SystemString
Banner text (header or footer) - pStyle (Optional)
- Type: SystemString
Banner style (header or footer)
Remarks
See Also