GroupDocsGists
10/24/2017 - 1:28 PM

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

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