Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 25,613 for

may

(0.15 sec)
  1. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You May easily run the code above and see the feature in action in our GitHub examples:...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-bm...
  2. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/save-with-defa...
  3. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....images have the same size and may look distorted. To avoid this...example) is very complex, it may lead to quite significant processing...

    docs.groupdocs.com/viewer/python-net/specify-ca...
  4. Regular expressions - JavaScript | MDN

    A regular expression (regex for short) allow developers to match strings against a pattern, extract submatch information, or simply test if the string conforms to that pattern. Regular expressions are used in many programming languages, and JavaScript's syntax is inspired by Perl....runtime differences, although they may have implications on performance....} Matches a character that may not be able to be conveniently...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. <video> - HTML | MDN

    Для встраивания видео контента в документ используйте элемент HTML

    developer.mozilla.org/ru/docs/Web/HTML/Element/...
  6. GroupDocs.Merger for .NET 20.1 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 20.1 Warning In this version we will remove Legacy API of GroupDocs.Merger. So from version 20.1 GroupDocs.Merger.Legacy. does not exist anymore Major Features There are a few new features in this regular monthly release. The most notable are: Removed legacy API; The Note format. One was fixed for .Net Standard. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-707 The Note format....Merger which may affect existing code. Any behavior...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  7. Facing problem in updating groupdocs signature ...

    Hello all, I am updating my groupdocs signature from 19.11 to 20.8 but I am getting error in the below namespaces using GroupDocs.Signature.Legacy.Domain; using GroupDocs.Signature.Legacy.Options; using GroupDocs.Signa…... You may need to see these migration notes...

    forum.groupdocs.com/t/facing-problem-in-updatin...
  8. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You May easily run the code above and see the feature in action in our GitHub examples:...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-b...
  9. Verifying documents with exception handling | D...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/verifying-doc...
  10. Export Data | Documentation

    How to export data to JSON or XML files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/export-data/