Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 11,663 for

new

(0.58 sec)
  1. Single JAR on GroupDocs Blog | Document Automat...

    Single JAR on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Single JAR on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......انتشار اکتبر ۲۰۲۵ Explore what’s new در GroupDocs.Total برای Java...

    blog.groupdocs.com/fa/tag/single-jar/index.xml
  2. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDicom...

    docs.groupdocs.com/metadata/net/working-with-di...
  3. Control temporary files | GroupDocs

    This article explains how to control temporary files used by GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...CustomTemporaryFileM customTemporaryFileM = new CustomTemporaryFileM (); TemporaryFileManager...

    docs.groupdocs.com/comparison/java/control-temp...
  4. Obtain document history information | GroupDocs

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( filePath )) { IDocumentInfo...

    docs.groupdocs.com/signature/net/obtain-documen...
  5. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  6. Search results | GroupDocs

    This article shows that how to perform the operations on search results....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/search-results/
  7. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/faceted-search/
  8. GroupDocs.Viewer Releases on GroupDocs Blog | D...

    GroupDocs.Viewer Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Releases on GroupDocs Blog | Document Automation Solutions ......Release Highlights Explore what’s new in GroupDocs.Viewer for .NET...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  9. GroupDocs.Conversion Releases on GroupDocs Blog...

    GroupDocs.Conversion Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Releases on GroupDocs Blog | Document Automation So......Highlights Explore what's new in GroupDocs.Conversion for ...

    blog.groupdocs.com/categories/groupdocs.convers...
  10. .NET 文件搜索 - 跨文件夹搜索文件中的多个文本

    使用 C# 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的 HTML 文件中突出显示扫描结果。...创建索引并从指定文件夹索引文档 Index index = new Index("path/for/indexingFolder");...OutputAdapter outputAdapter = new FileOutputAdapter(OutputFormat...

    blog.groupdocs.com/zh/search/search-multiple-te...