GroupDocsGists
10/24/2017 - 1:28 PM

Examples-CSharp-GroupDocs.Signature.Examples.CSharp-Utilities-signingworddocwithtext.cs

// For complete examples and data files, please go to https://github.com/atirtahirgroupdocs/GroupDocs.Signature-for-.NET
WordsSignTextOptions wordTextSignOptions = (WordsSignTextOptions)textSignOptions;
var wordTextSignedPath = handler.Sign<string>(fileName, wordTextSignOptions, new SaveOptions { OutputType = OutputType.String });