Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 4,280 for

values

(0.03 sec)
  1. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications....metadata properties as name/value pairs. However, EXIF (Exchangeable...can even provide your own key-value pair to set the custom XMP package...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  2. Lector de códigos QR usando C# | Escanear el có...

    Cómo escanear código QR usando C# dentro de la aplicación .NET. Ejemplo de C# que lee el código QR de una imagen que lo ayudará a crear un escáner QR en línea....CodeTypeName +" Code Value: " + barcode.Value); } } Obtenga una...

    blog.groupdocs.com/es/parser/scan-qr-code-using...
  3. 使用 C# 管理 HEIF HEIC 图像的 XMP 和 EXIF 数据

    使用 C# 管理 HEIF、HEIC 图像的 XMP 和 EXIF 数据。使用 .NET 应用程序中的元数据自动化 API 读取、更新、删除 EXIF 和 XMP 数据。...Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/zh/metadata/manage-xmp-and-e...
  4. Gérer les données XMP et EXIF des images HEIF H...

    Gérez les données XMP et EXIF des images HEIF, HEIC à l'aide de C#. Lisez, mettez à jour, supprimez les données EXIF et XMP à l'aide de l'API d'automatisation des métadonnées dans les applications .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/fr/metadata/manage-xmp-and-e...
  5. Quản lý dữ liệu XMP và EXIF của hình ảnh HEIF H...

    Quản lý dữ liệu XMP và EXIF của ảnh HEIF, HEIC bằng C#. Đọc, cập nhật, xóa dữ liệu EXIF và XMP bằng API tự động hóa siêu dữ liệu trong các ứng dụng .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/vi/metadata/manage-xmp-and-e...
  6. Working with metadata in PDF documents | Docume...

    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...
  7. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Module Replace documentPath value with the actual path to the...Module Replace documentPath value with the actual path to the...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  8. Zarządzaj danymi XMP i EXIF obrazów HEIF HEIC z...

    Zarządzaj danymi XMP i EXIF obrazów HEIF, HEIC za pomocą języka C#. Odczytuj, aktualizuj, usuwaj dane EXIF i XMP za pomocą API automatyzacji metadanych w aplikacjach .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/pl/metadata/manage-xmp-and-e...
  9. C# kullanarak HEIF HEIC Görüntülerinin XMP ve E...

    C# kullanarak HEIF, HEIC görüntülerinin XMP ve EXIF verilerini yönetin. .NET uygulamalarında Metadata otomasyon API'sini kullanarak EXIF ve XMP verilerini okuyun, güncelleyin, kaldırın....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/tr/metadata/manage-xmp-and-e...
  10. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET using GroupDocs.Parser... Value )) { Console . WriteLine ( reader... GetText ( i . PageIndex . Value )) { Console . WriteLine ( reader...

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