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

values

(0.17 sec)
  1. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Value: {0}" , descriptor . Value ); Console . WriteLine...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Excel inline tables not working - Free Support ...

    When I wanted a little table inline, it keeps complaining it can’t be used in Excel. So I had to concat it into 1 cell, but thjis makes it very ugly, because now I have to add characters that sometimes not exists. this…...Value.Value, partialTemplates.Value.Key); dataSourceInfos...

    forum.groupdocs.com/t/excel-inline-tables-not-w...
  3. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.1 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....and must return a non-empty value. While building a report, bookmark_expression...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/inserting-bookm...
  4. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#).... It is a quality value in percent. 100% means original...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Quét mã QR trực tuyến | Quét mã QR bằng Hình ản...

    Quét mã QR trực tuyến. Quét hình ảnh Mã QR và quét bằng camera. Chúng tôi cũng sẽ thảo luận về cách quét mã QR theo chương trình bằng C# & Java....CodeTypeName +" Code Value: " + barcode.Value); } } Bạn có thể hiểu...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/vi/parser/scan-qr-code-online/
  6. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... The value should be between 0 and 1. The value 0 means that...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/nodejs-java/search...
  7. 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 Soubory Comma Separated Values se široce používají pro výměnu...

    blog.groupdocs.com/cs/tag/convert-csv-to-pdf-in...
  8. Body | GroupDocs.Metadata for .NET API Reference

    Gets the tag that denotes the body of a email file....PropertyTag Body { get ; } Property Value The tag that denotes the body...

    reference.groupdocs.com/metadata/net/groupdocs....
  9. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#).... The default value is false . The following code...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. C# kullanarak Veritabanı Dosyalarından Veri Çık...

    veritabanı, uygulamaların çoğunun ayrılmaz bir parçası olarak kabul edilir. İster masaüstü, ister web veya mobil uygulama olsun, veritabanı, verilerin saklanmasında, verilere erişilmesinde ve verilerin işlenmesinde hayati bir rol oynar. Sizin için veritabanlarının oluşturulmasına ve yönetilmesine olanak sağlayan birçok veritabanı yönetim sistemi vardır. Bununla birlikte, bir veritabanı yönetim sistemi kurmadan veya SQL sorguları yazmadan veritabanı dosyalarından, yani .db dosyasından veri çıkarmanın bir yoluna ihtiyaç duyduğunuz bir senaryo olabilir. Böyle bir durumda veritabanı dosyasını nasıl ayrıştırır ve ondan verileri nasıl alırsınız?...Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/tr/parser/extract-data-from-...