Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 4,564 for

values

(0.17 sec)
  1. Enumeration Extension Methods | GroupDocs

    LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for Iterable. These extension methods mimic some extension methods of IEnumerable providing the same signatures and behavior features. Thus, you can group, sort, and perform other sequential data manipulations in template expressions in a common way. The following table describes these built-in extension methods. The following notation conventions are used within the table:...lambda function returning a value and taking an enumeration item...Selector returning a Boolean value. Examples in the following table...

    docs.groupdocs.com/assembly/java/enumeration-ex...
  2. 在 C# 中管理 JPEG、PNG、TIFF 和 WebP 圖像的 EXIF 數據

    在 C# 中管理圖像的 EXIF 元數據。使用元數據 .NET API 以編程方式提取、更新、添加或刪除圖像的 EXIF 數據。...Read all EXIF Package Tags and values. foreach (TiffTag tag in root...tag.Value); } // Read all EXIF IFD Package Tags and values. foreach...

    blog.groupdocs.com/zh-hant/metadata/manage-exif...
  3. Gérer les données EXIF des images JPEG, PNG, TI...

    Gérez les métadonnées EXIF de vos images en C#. Extrayez, mettez à jour, ajoutez ou supprimez les données EXIF de vos images par programmation à l'aide de l'API de métadonnées .NET....Read all EXIF Package Tags and values. foreach (TiffTag tag in root...tag.Value); } // Read all EXIF IFD Package Tags and values. foreach...

    blog.groupdocs.com/fr/metadata/manage-exif-data...
  4. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API.... all_pages = True # this value is set by default text_verify_options... . all_pages = True # this value is set by default barcode_verify_options...

    docs.groupdocs.com/signature/python-net/verify-...
  5. Edytuj i zarządzaj metadanymi w aplikacjach Pyt...

    Odkryj, jak wykorzystać GroupDocs.Metadata for Python via .NET do wyciągania, aktualizowania i usuwania metadanych w swoich aplikacjach....interpreted_value if not (property . interpreted_value is None ):..., Property value: { property . interpreted_value } " ) else :...

    blog.groupdocs.com/pl/metadata/edit-metadata-in...
  6. Edit dan Kelola Metadata di Aplikasi Python - G...

    Temukan cara menggunakan GroupDocs.Metadata for Python via .NET untuk mengekstrak, memperbarui, dan menghapus metadata di aplikasi Anda....interpreted_value if not (property . interpreted_value is None ):..., Property value: { property . interpreted_value } " ) else :...

    blog.groupdocs.com/id/metadata/edit-metadata-in...
  7. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....name } , Property value: { property . value } " ) More resources...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/python-net/extracti...
  8. Migration notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.... Value )); } New coding style // Create...{1}" , item . Name , item . Value )); } } Structure Old coding...

    docs.groupdocs.com/parser/net/migration-notes/
  9. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine... now () property_value = gm . common . PropertyValue...( specification , property_value ) print ( f "Affected properties:...

    docs.groupdocs.com/metadata/python-net/adding-m...
  10. Lecteur de code QR utilisant C# | Scannez le co...

    Comment scanner le code QR en utilisant C# dans l'application .NET. Exemple C# qui lit le code QR à partir d'une image qui vous aidera à créer un scanner QR en ligne....QR à l’aide de la propriété Value. Le code source C# suivant analyse...CodeTypeName +" Code Value: " + barcode.Value); } } Obtenez une...

    blog.groupdocs.com/fr/parser/scan-qr-code-using...