Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 4,648 for

values

(0.18 sec)
  1. مسح الباركود عبر الإنترنت | مسح الباركود باستخد...

    مسح الباركود عبر الإنترنت. مسح صور الباركود والمسح الضوئي باستخدام الكاميرا. سنناقش أيضًا كيفية مسح الرموز الشريطية برمجيًا باستخدام C# & Java....CodeTypeName +" Value: " + barcode.Value); } } يمكنك الحصول...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ar/parser/scan-barcode-online/
  2. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for .NET API....TryGetValue ( string key , out object value ) { var prefixedKey = GetPrefixedKey...redisValue ); value = data ; return true ; } value = default ;...

    docs.groupdocs.com/conversion/net/how-to-use-cu...
  3. Jak pracować z tagami metadanych

    Wyjaśnij, jak pracować z tagami metadanych...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Dodawanie...

    blog.groupdocs.com/pl/metadata/how-to-work-with...
  4. 在 Python 应用程序中编辑和管理元数据 - GroupDocs.Metadata

    了解如何使用 GroupDocs.Metadata for Python via .NET 提取、更新和删除应用程序中的元数据。...interpreted_value 属性处理复杂数据类型 if not (property . interpreted_value is None..., Property value: { property . interpreted_value } " ) else :...

    blog.groupdocs.com/zh/metadata/edit-metadata-in...
  5. How to Use Swagger UI to Test GroupDocs REST API

    The GroupDocs APIs are designed to be REST compliant so that they are familiar and easy to use. This post looks at how to use Swagger to test the GroupDocs APIs. Before showing you how to run a test, it explains Swagger and REST, and why we use them. Why we use Swagger and REST Swagger is a specification and a framework for building interactive API documentation and sandboxes, and to generate the code of an API client....columns – parameter, value and description. The value field indicates...indicates which type of value it should be and if it is necessary or...

    blog.groupdocs.com/total/how-to-use-swagger-ui-...
  6. Scansiona codice a barre online | Scansione di ...

    Scansiona i codici a barre online. Scansiona le immagini del codice a barre e scansiona usando la fotocamera. Discuteremo anche su come scansionare a livello di codice i codici a barre usando C# e Java....CodeTypeName +" Value: " + barcode.Value); } } Puoi ottenere...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/it/parser/scan-barcode-online/
  7. Python 타일링 워터마크: 문서 및 이미지를 보호하는 7가지 예제

    7가지 실용적인 예제로 Python 타일링 워터마크를 마스터하세요. 문서 보안을 위한 워터마크 추가, 생성, 맞춤 설정 방법과 워터마크 제거, GroupDocs.Watermark API를 사용한 파일 보호 방법을 배웁니다.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/ko/watermark/tiling-watermar...
  8. Filigranes en mosaïque Python : 7 exemples pour...

    Maîtrisez les filigranes en mosaïque Python avec 7 exemples pratiques. Apprenez à ajouter, créer et personnaliser des filigranes pour la sécurité des documents, à supprimer les filigranes et à protéger les fichiers en utilisant l'API GroupDocs.Watermark pour la protection du contenu d'entreprise.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/fr/watermark/tiling-watermar...
  9. Плиткові водяні знаки в Python: 7 прикладів зах...

    Опануйте плиткові водяні знаки в Python за допомогою 7 практичних прикладів. Дізнайтеся, як додавати, створювати та налаштовувати водяні знаки для захисту документів, видаляти водяні знаки та захищати файли за допомогою GroupDocs.Watermark API для корпоративного захисту контенту.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/uk/watermark/tiling-watermar...
  10. 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/