Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 2,721 for

properties

(1.22 sec)
  1. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...package using the property Read the WAV audio properties AdvancedUsage...

    docs.groupdocs.com/metadata/net/handling-metada...
  2. Spell checking | GroupDocs

    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/
  3. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....the APEv2 tag by using the property If the APEv2 tag is not null...then check for all of its properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  4. Working with CAD metadata | GroupDocs

    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...
  5. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....constructor Set the desired properties of the DigitalSignOptions...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  6. How to Convert Excel to Image in C#

    This manual provides detailed instructions to convert Excel to Image in C# and how to develop code to implement the convert Excel to Image C# application....enhance it by setting various properties using the ImageConvertOptions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Add Search Text Annotation to PDF using Java

    Efficiently grasp the knowledge on how to add search text annotation to PDF using Java. Moreover, we offer code to insert search text annotation in PDF using Java....class and specify essential properties, such as text and font color...

    kb.groupdocs.com/annotation/java/add-search-tex...
  8. Convert PDF Documents to HTML in Java | All and...

    Learn how to convert PDF documents to HTML format using Java. Steps to automate converting the whole document or selective pages within Java application....to be converted by setting properties such as Pages, PageNumber...

    blog.groupdocs.com/conversion/convert-pdf-to-ht...
  9. Search and Filter Documents in C#

    Efficiently get knowledge of how to search and filter documents in C#. Learn how to filter documents search results in C# for precise and streamlined data retrieval....search results in C# based on properties like file extensions, content...

    kb.groupdocs.com/search/net/search-and-filter-d...
  10. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/nodejs-java/render-te...