Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 2,032 for

resource

(0.1 sec)
  1. Extrahujte RIFF INFO a metadata souborů WAV v C#

    Extrahujte metadata a RIFF INFO zvukových souborů WAV v C#. Metadata API umožňuje správu metadat v rámci vašich aplikací .NET....Tiếng Việt 中文 中國傳統的 RIFF (Resource Interchange File Format) je...

    blog.groupdocs.com/cs/metadata/extract-riff-inf...
  2. 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); // .... OutputDxf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format.... OutputJpeg ); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/getting-indexed-d...
  5. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets.... WriteLine (); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  6. Extract text in Accurate Mode | Documentation

    This article explains that how to extract text in Accurate mode....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-in-...
  7. Configuring search network | Documentation

    This page contains information about configuring the search network....completeConfiguratio (); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/configuring-sear...
  8. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....( query , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/homophone...
  9. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....found: // mrs // mr More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/word-form...
  10. Sign document with HIBC PAS barcode Symbology |...

    This article explains how to sign document with HIBC PAS barcode Symbology signatures...< HIBCPASData >(); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-document-...