Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 2,025 for

properties

(0.03 sec)
  1. Set Signature Position in Cells Document using ...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET 18.7 with multitude new features like ability for cancellation of signing process and additional search criteria for Digital Signatures of Words and Cells documents. Furthermore, this monthly release also covers some improvements and fixes, we therefore, recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Additional Search CriteriaNow users of this API can search Digital Signatures in Cells and Words documents with additional search criteria Following example demonstrates how to search Digital Signatures in Words document: // setup options with text of signature WordsSearchDigitalOptions searchOptions = new WordsSearchDigitalOptions(); // setup additional search criteria searchOptions....demonstrates using Measure Type properties to set a position of QR-Code...

    blog.groupdocs.com/signature/groupdocs.signatur...
  2. Indexing options | Documentation

    This page contains a description of all the Properties of the IndexingOptions class...a description of all the properties of the class. setCancellation...class. This class contains properties for setting OCR processing...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  3. Render Word documents as HTML, PDF, and image f...

    Convert Word documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/python-net/render-wor...
  4. Indexing options | Documentation

    This page contains a description of all the Properties of the IndexingOptions class...a description of all the properties of the class. setCancellation...class. This class contains properties for setting OCR processing...

    docs.groupdocs.com/search/java/indexing-options/
  5. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for .NET version 20.10 - inserting an edited worksheet into existing spreadsheet...specifying its index in the property of class. Opening a spreadsheet...class now contains two new properties: integer and boolean flag...

    docs.groupdocs.com/editor/net/inserting-edited-...
  6. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for Node.js via Java....using the ComparisonAction properties: ComparisonAction.ACCEPT...not use the ComparisonAction property, all changes are committed...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  7. Add Form-Field Signatures in PDF using GroupDoc...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.11 of the API comes up with a multitude of new features like the ability to add form-field signatures in PDF documents and many more. We therefore recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience. Features Sign PDF Document with a Form-Field SignatureThe Form-Field Signatures are the input control which are placed in a document page....is the additional document property that contains special attributes/tags...collection // setup Author property SlidesMetadataSignat mdSign_Author...

    blog.groupdocs.com/signature/groupdocs.signatur...
  8. Spell checking | Documentation

    This article shows that how spell checking works during the search....correction in search queries, the property of the spelling corrector...class contains the following properties: is the maximum number of...

    docs.groupdocs.com/search/net/spell-checking/
  9. Render STL and IFC File Formats using GroupDocs...

    We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 new features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version. Render STL and IFC File FormatsFrom version 17....rendering, set ShowHiddenPages property of the RenderOptions (ImageOptions...DiagramOptions.ShowHiddenPages properties in RenderOptions class. For...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Metadata API provides the property. The following code snippet...allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/net/working-with-ca...