Click or drag to resize

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)
Syntax
public void AddBanner(
	BannerPages pPage,
	string pText = "",
	string pStyle = ""
)

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