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)
Syntaxpublic bool Exist(
BannerPages pPage,
BannerPositions pPosition = BannerPositions.None
)
Public Function Exist (
pPage As BannerPages,
Optional pPosition As BannerPositions = BannerPositions.None
) As Boolean
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:
BooleanResult true is exist. Result false isn't exist.
Exceptions| Exception | Condition |
|---|
| Exception |
Parameter has a wrong value. Example at enumeration set "None" value.
|
See Also