Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 4,649 for

values

(0.31 sec)
  1. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....obtains a type and must return a value of enumeration. Working mechanism...makes a decision — a return value of the enumeration. If user...

    docs.groupdocs.com/editor/java/edit-markdown/
  2. Convert CSV to PDF in CSharp

    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....CSV-bestanden Comma Separated Values-bestanden worden veel gebruikt...

    blog.groupdocs.com/nl/tag/convert-csv-to-pdf-in...
  3. 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...
  4. עריכת וניהול מטא-נתונים בפייטון אפליקציות - 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...
  5. Extracting MakerNote Metadata | GroupDocs

    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...
  6. 在線掃描二維碼 |使用圖像和相機掃描二維碼

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

    blog.groupdocs.com/zh-hant/parser/scan-qr-code-...
  7. 온라인으로 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/
  8. 온라인 바코드 스캔 | 이미지 및 카메라를 사용한 바코드 스캐닝

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

    blog.groupdocs.com/ko/parser/scan-barcode-online/
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... Value ); } } As you can see the code...Console . WriteLine ( field . Value ); // ... } } } Reading document...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Load GIS document with options | GroupDocs

    Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options using GroupDocs.Conversion for .NET API.... Default value is 1000. Sets the desired page...rendering the GIS document. Default value is 1000. Load GeoJSON document...

    docs.groupdocs.com/conversion/net/load-gis-docu...