Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 4,118 for

values

(0.27 sec)
  1. Get comparison result as an object model | Docu...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....method and assign its return value to a object. You can retrieve...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  2. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....File CSV ([Comma Separated Values][1] banyak digunakan untuk...sederhana. Comma Separated Values (CSV) adalah format file untuk...

    blog.groupdocs.com/id/page/22/
  3. 使用 C# 從數據庫文件中提取數據

    數據庫 被認為是大多數應用程序的組成部分。無論是桌面、Web 還是移動應用程序,數據庫在存儲、訪問和操作數據方面都起著至關重要的作用。有許多數據庫管理系統可以為您創建和管理數據庫。 但是,可能會出現這樣一種情況,即您需要一種方法來從數據庫文件(即 .db 文件)中提取數據,而無需安裝數據庫管理系統或編寫 SQL 查詢。在這種情況下,您將如何解析數據庫文件並從中獲取數據? 在本文中,我將演示如何在不編寫 SQL 查詢的情況下輕鬆地從 SQLite 數據庫中的表中提取數據。我將使用 GroupDocs.Parser for .NET API,它支持通過 ADO.NET。 從 SQLite 數據庫 (.db) 中的表中提取數據的步驟 在 Visual Studio 中創建一個新項目。 從 NuGet 安裝適用於 GroupDocs.Parser for .NET。 添加以下命名空間。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 準備連接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 在 Parser 對像中加載數據庫文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代碼在這裡 } 使用 Parser.GetToc 方法獲取數據庫中表的列表。 // 獲取表格列表 IEnumerable toc = parser....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  4. Управление данными XMP и EXIF изображений HEIF ...

    Управляйте данными XMP и EXIF изображений HEIF, HEIC с помощью C#. Чтение, обновление, удаление данных EXIF и XMP с помощью API автоматизации метаданных в приложениях .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/ru/metadata/manage-xmp-and-e...
  5. إدارة بيانات XMP و EXIF لصور HEIF HEIC باستخدام...

    إدارة بيانات XMP و EXIF لصور HEIF و HEIC باستخدام C #. قراءة وتحديث وإزالة بيانات EXIF و XMP باستخدام واجهة برمجة تطبيقات أتمتة البيانات الوصفية داخل تطبيقات .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/ar/metadata/manage-xmp-and-e...
  6. Chỉnh sửa và Quản lý Metadata trong Ứng dụng Py...

    Khám phá cách sử dụng GroupDocs.Metadata for Python via .NET để trích xuất, cập nhật và xóa metadata trong các ứng dụng của bạn....interpreted_value if not (property . interpreted_value is None ):...tính: { property . interpreted_value } " ) else : print( f "Tên thuộc...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...
  7. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...is not possible to set a new value to the property unlike in Aspose...is not possible to set a new value to the property unlike in Aspose...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  8. Render to HTML | Documentation

    With GroupDocs.Viewer for .NET you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....default this property has a true value — JavaScript will be removed...Viewer (before 25.2), the false value should be assigned to this property...

    docs.groupdocs.com/viewer/net/rendering-to-html/
  9. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API.... getName ()+ " Value: " + formField . getValue ());...formFieldSignature . getName ()+ " Value: " + formFieldSignature . getValue...

    docs.groupdocs.com/signature/java/obtain-docume...
  10. Správa dat XMP a EXIF obrázků HEIF HEIC pomocí C#

    Spravujte XMP a EXIF data obrázků HEIF, HEIC pomocí C#. Číst, aktualizovat, odstraňovat EXIF a XMP data pomocí Metadata automation API v rámci aplikací .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/cs/metadata/manage-xmp-and-e...