Locating signature in the Word header or footer
Leave feedback
On this page
A Word document offers a diverse selection of pre-designed headers and footers, providing you with options to enhance the design and layout of your document effortlessly. The header, positioned in the top margin, and the footer, located in the bottom margin, serve as integral sections of the document layout. Typically, headers and footers play host to supplementary details like page numbers, dates, author identification, and footnotes.
GroupDocs.Signatureย provides ability to locate signature in the footer and header of Word document. Use enumerationย ShapePositionย contains following valuesks
Defaultย - signature will be placed in the docx document body
Headerย -ย signature will be placed in the word document header
Footerย -ย signature will be placed in the word document footer
Here are the steps to set signature mode with adding text into Word document with GroupDocs.Signature:
Create new instance ofย Signatureย class and pass source document path as a constructor parameter.