Click or drag to resize

Banner Constructor (Document, BannerPosition)

Initializes a new instance of the Banner class. Constructor with parameter

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Banner(
	Document pDocument,
	BannerPosition pPosition
)

Parameters

pDocument
Type: SIC.OpenDocumentFormat.MSWordDocument
Parent document
pPosition
Type: SIC.OpenDocumentFormat.MSWordBannerPosition
Representation a header or a footer
See Also