Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 4,305 for

values

(0.04 sec)
  1. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some new properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting to a WebP format....setting JpegQuality to any value (0-100), API was not reflecting...

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  2. Beheer XMP- en EXIF-gegevens van HEIF HEIC-afbe...

    Beheer XMP- en EXIF-gegevens van HEIF, HEIC-afbeeldingen met C#. Lees, update en verwijder EXIF- en XMP-gegevens met behulp van de Metadata-automatiserings-API binnen .NET-toepassingen....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/nl/metadata/manage-xmp-and-e...
  3. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....appropriate change object to the or value. Call the method. Specify the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  4. تحويل بيانات Excel و CSV في C # | XLSX إلى CSV ...

    قم بتحويل XLS & XLSX إلى CSV و CSV إلى تنسيقات Excel داخل تطبيقات Java. أتمتة تحويل ملفاتك باستخدام Java API لتحويل المستندات....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/ar/conversion/convert-excel-...
  5. Excel ve CSV Verilerini C#'a Dönüştür | XLSX'te...

    Java uygulamalarında XLS ve XLSX'i CSV'ye ve CSV'yi Excel biçimlerine dönüştürün. Belge dönüştürme için Java API kullanarak dosya dönüştürme işleminizi otomatikleştirin....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/tr/conversion/convert-excel-...
  6. Dynamic insertion of links to bookmarks using J...

    After consulting relevant information, I still do n’t understand how to use bookmark whith GroupDocs.Assembly API, any suggestions I would appreciate it. I use Java. Thanks very much !...and must return a non-empty value. display_text_expression defines...

    forum.groupdocs.com/t/dynamic-insertion-of-link...
  7. Generate Reports

    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....Pliki CSV [Comma Separated Values][1] są szeroko stosowane do...

    blog.groupdocs.com/pl/tag/generate-reports/
  8. 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...
  9. Search results | Documentation

    This article shows that how to perform the operations on search results.... The property returns a value indicating that the result is...returns the found terms. The value is evaluated each time the property...

    docs.groupdocs.com/search/net/search-results/
  10. 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...