Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 5,068 for

values

(0.71 sec)
  1. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class.... The default value is null, which means that all...index. The class contains 3 values: - the type of an index containing...

    docs.groupdocs.com/search/java/search-index-set...
  2. Developing Extensions for Google Chrome - Group...

    This article describes how Google Chrome extensions are structured. Also I’ll show you how to create one using the GroupDocs Viewer extension as an example. Google Chrome extensionsIn contrast to developing extensions for FireFox, writing extensions for Google Chrome is a rather simple task. Chrome extensions are archives that contain the manifest file, called manifest.json and other resource files. The manifest file describes a extension’s general information: any pages and scripts it uses, and permissions....displays a form for input of new values (a new login form). If a user...

    blog.groupdocs.com/viewer/developing-extensions...
  3. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image files....similarity – the smaller the value, the stricter the match. Step...as: Hash Differences : Lower values increase precision but may...

    blog.groupdocs.com/search/reverse-image-search/
  4. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....Value}" ); } Complete Working Example...// Print the item name and value Console . WriteLine ( string...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format.... Value ); } foreach ( TiffTag tag in...pattern , tag . TagID , tag . Value ); } foreach ( TiffTag tag in...

    docs.groupdocs.com/metadata/net/working-with-ex...
  6. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Text Signatures with following values and its meaning - text stamp...property of object with required value from enumeration type . Call...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....whether to keep the original values of date fields. Default is...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/load-wordproc...
  8. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications....properties and log their names and values. const groupdocsMetadata =...). getName () } , Property value: ${ metadataProperties . get_Item...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  9. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....created, this enum has a default value NotExtract , which means do...nor from the system. Other values are the next: ExtractAllEmbedded...

    docs.groupdocs.com/editor/java/font-extraction-...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified.... Value . ToString ())); foreach ( var...property . Name , property . Value ); } } Replacing Metadata using...

    docs.groupdocs.com/metadata/net/migration-notes/