This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...
GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class.
The following code snippet extracts built-in metadata properties and displays them on the screen.
AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties
using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... OutputMpp ); } More resources GitHub examples You may easily...
In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box.... The Resources folder contains all the sample...
This article shows how to handle search queries if they contain special characters and separator characters.... search ( query ); More resources GitHub examples You may easily...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API.... Text ); } } } More resources GitHub Examples You may easily...
Search Barcode, QR Code, digital, or electronic signature with image data content from any document (DOC, XLS, PPT, PDF) in C# using .NET Signature API....Length); } } } Key Resources for GroupDocs.Signature for...
This article explains how to search various data values types within electronic signatures in the document metadata by GroupDocs.Signature API....Message}" ); } } More resources GitHub Examples You may easily...
This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...
This article explains that how to extract tables from Microsoft Office Word (.doc, .docx) documents... Value ); } } More resources GitHub examples You may easily...