Click or drag to resize

BannerExist Method

Check exists the banner (header or footer: default, first or even)

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public bool Exist(
	BannerPages pPage,
	BannerPositions pPosition = BannerPositions.None
)

Parameters

pPage
Type: SOWIDocument.WordBannerPages
Value of default, first or even pages
pPosition (Optional)
Type: SOWIDocument.WordBannerPositions
Normally parameter value of this Position. Can overwrite for a position of header or footer.

Return Value

Type: Boolean
Result true is exist. Result false isn't exist.
Exceptions
ExceptionCondition
Exception Parameter has a wrong value. Example at enumeration set "None" value.
See Also