Locating signature in the Word header or footer
Leave feedback
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.