Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 4,646 for

values

(0.3 sec)
  1. C#을 사용하는 QR 코드 리더 | 이미지에서 QR 코드 스캔

    .NET 애플리케이션 내에서 C#을 사용하여 QR 코드를 스캔하는 방법. 온라인 QR 스캐너를 빌드하는 데 도움이 되는 이미지에서 QR 코드를 읽는 C# 예제입니다.... Value 속성을 사용하여 QR 코드에서 동봉된 메시지를 추출합니다...CodeTypeName +" Code Value: " + barcode.Value); } } 무료 라이선스 받기 #...

    blog.groupdocs.com/ko/parser/scan-qr-code-using...
  2. QR-Code online scannen | QR-Code-Scannen mit Bi...

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

    blog.groupdocs.com/de/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. اسکن کد 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/
  5. Jak pracovat s tagy metadat

    Vysvětlete, jak pracovat s metaznačkami....found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Přidání vlastností...

    blog.groupdocs.com/cs/metadata/how-to-work-with...
  6. Як працювати з тегами метаданих

    Поясніть, як працювати з тегами метаданих...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Додавання...

    blog.groupdocs.com/uk/metadata/how-to-work-with...
  7. Verify Text signatures in the document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....setAllPages ( true ); // this value is set by default options ....Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/verify-text-s...
  8. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Java....USER value. Instantiate the object. Call...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/java/set-password...
  9. 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....MAX_VALUE). Please note that the number...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/numeric-range-se...
  10. Extract text from HTML documents | GroupDocs

    To extract a text from HTML documents GetText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...