Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 8,782 for

view

(0.08 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 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:... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. ARIA: document role - Accessibility | MDN

    The document role is for focusable content within complex composite widgets or applications for which assistive technologies can switch reading context back to a reading mode....and the single conversation view. GMail is a web application...modified on Apr 17, 2024 by . View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  3. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  4. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-d...
  5. Viewer Constructor (Stream, LoadOptions, Viewer...

    Initializes new instance of Viewer class....loading encrypted documents and viewing files from third-party storages...Viewer for .NET: How to load and view document with GroupDocs.Viewer...

    apireference.groupdocs.com/viewer/net/groupdocs...
  6. TreeWalker - Web APIs | MDN

    Learn about the TreeWalker interface, including its properties and methods, specifications and browser compatibility....if it exists in the logical view determined by the whatToShow...modified on Sep 2, 2024 by . View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/TreeWa...
  7. r - CSS: Cascading Style Sheets | MDN

    The r CSS property defines the radius of a circle. It can only be used with the SVG element. If present, it overrides the circle's r attribute....second is using 200 and 100 SVG view box units, 30% is a proportional...modified on Oct 8, 2024 by . View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/CSS/r
  8. USBInterface - Web APIs | MDN

    Learn about the USBInterface interface, including its constructor and properties, specifications and browser compatibility.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/USBInt...
  9. Web mechanics - Learn web development | MDN

    This section covers questions relating to general knowledge of the web ecosystem and how it works.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Learn/Common_q...
  10. Test your skills: Advanced HTML text - Learn we...

    The aim of this skill test is to assess whether you understand how to use lesser-known HTML elements to mark up advanced semantic features.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Learn/HTML/Int...