Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 4,118 for

values

(0.06 sec)
  1. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....set to false (this is default value) and update for each signature...() { // specify SkipExternal value to exclude non signature objects...

    docs.groupdocs.com/signature/net/searching-for-...
  3. Convert CSV to PDF in Java

    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....Việt 中文 中國傳統的 Comma Separated Values (CSV) è un formato di file...

    blog.groupdocs.com/it/tag/convert-csv-to-pdf-in...
  4. Extracting MakerNote Metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs.... Value ); } } } To help you with interpreting...packages. Please cast the return value of the property to one of the...

    docs.groupdocs.com/metadata/net/extracting-make...
  5. 온라인 바코드 스캔 | 이미지 및 카메라를 사용한 바코드 스캐닝

    온라인으로 바코드를 스캔하십시오. 바코드 이미지를 스캔하고 카메라를 사용하여 스캔합니다. 또한 C# 및 Java를 사용하여 프로그래밍 방식으로 바코드를 스캔하는 방법에 대해서도 설명합니다....CodeTypeName +" Value: " + barcode.Value); } } C#을 사용한 바코드...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ko/parser/scan-barcode-online/
  6. 온라인으로 QR 코드 스캔 | 이미지 및 카메라를 사용한 QR 코드 스캔

    온라인으로 QR 코드를 스캔하세요. QR 코드 이미지를 스캔하고 카메라를 사용하여 스캔합니다. 또한 C# 및 Java를 사용하여 프로그래밍 방식으로 QR 코드를 스캔하는 방법에 대해서도 설명합니다....CodeTypeName +" Code Value: " + barcode.Value); } } C#을 사용한 QR 코드...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ko/parser/scan-qr-code-online/
  7. 在線掃描二維碼 |使用圖像和相機掃描二維碼

    在線掃描二維碼。掃描二維碼圖像並使用相機掃描。我們還將討論如何使用 C# 和 Java 以編程方式掃描二維碼。...CodeTypeName +" Code Value: " + barcode.Value); } } 您可以進一步深入了解 使用...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/zh-hant/parser/scan-qr-code-...
  8. Metadaten in Python-Apps bearbeiten und verwalt...

    Erfahren Sie, wie Sie GroupDocs.Metadata for Python via .NET nutzen können, um Metadaten in Ihren Anwendungen zu extrahieren, zu aktualisieren und zu entfernen....Datentypen mit der interpreted_value-Eigenschaft verarbeiten if not...not (property . interpreted_value is None ): print( f "Eigenschaftsname:...

    blog.groupdocs.com/de/metadata/edit-metadata-in...
  9. עריכת וניהול מטא-נתונים בפייטון אפליקציות - Gro...

    גילו כיצד להשתמש ב-GroupDocs.Metadata for Python via .NET כדי להוציא, לעדכן ולהסיר מטא-נתונים באפליקציות שלכם....interpreted_value if not (property . interpreted_value is None ):...המאפיין: { property . interpreted_value } " ) else : print( f "שם המאפיין:...

    blog.groupdocs.com/he/metadata/edit-metadata-in...
  10. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Value ); } // Extract only content...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...