Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 4,611 for

values

(0.39 sec)
  1. Pindai Kode QR Daring | Pemindaian Kode QR meng...

    Pindai kode QR online. Pindai gambar Kode QR dan pindai menggunakan kamera. Kami juga akan membahas cara memindai kode QR secara terprogram menggunakan C# & Java....CodeTypeName +" Code Value: " + barcode.Value); } } Anda dapat memperoleh...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/id/parser/scan-qr-code-online/
  2. اسکن کد QR آنلاین | اسکن کد QR با استفاده از تص...

    اسکن کدهای QR به صورت آنلاین اسکن تصاویر کد QR و اسکن با استفاده از دوربین. همچنین در مورد نحوه اسکن برنامه‌نویسی کدهای QR با استفاده از C# و Java بحث خواهیم کرد....CodeTypeName +" Code Value: " + barcode.Value); } } می توانید بینش...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/fa/parser/scan-qr-code-online/
  3. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... Value ); } } Updating built-in metadata...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  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/ko/metadata/edit-metadata-in...
  5. Barcode online scannen | Barcode-Scannen mit Bi...

    Barcodes online scannen. Scannen Sie Barcode-Bilder und scannen Sie sie mit der Kamera. Wir werden auch besprechen, wie man Barcodes programmgesteuert mit C# und Java scannt....CodeTypeName +" Value: " + barcode.Value); } } Sie können weitere...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/de/parser/scan-barcode-online/
  6. 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...
  7. How to Extract Metadata from Excel in Java

    This post contains thorough information to extract metadata from Excel in Java using simple API calls and provides a working example for the Java Excel metadata extractor application.... display metadata name and value These steps are pretty straightforward...for displaying the name and value of the metadata. Code to Extract...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  8. Barcode Image Generation in Presentation Docume...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.pptx The Code...following syntax: << barcode [ value ] - itf6 >> Download Template...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/barcode-image-...
  9. GroupDocs.Assembly Product Family

    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....arquivos CSV [Comma Separated Values][1] são amplamente usados para...simples. O Comma Separated Values (CSV) é um formato de arquivo...

    blog.groupdocs.com/pt/categories/groupdocs.asse...
  10. قارئ الباركود باستخدام C# | مسح الباركود من الصورة

    كيفية مسح الرموز الشريطية ضوئيًا باستخدام C# داخل تطبيق .NET. مثال C# الذي يقرأ الباركود من صورة سيساعدك على إنشاء ماسح ضوئي للرمز الشريطي عبر الإنترنت....CodeTypeName +" Value: " + barcode.Value); } } احصل على رخصة...

    blog.groupdocs.com/ar/parser/scan-barcode-using...