Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 4,972 for

assembly

(0.17 sec)
  1. Working with DICOM metadata | GroupDocs

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  3. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/add-link-anno...
  4. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/filtering-ann...
  5. Fluent syntax | GroupDocs

    This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/fluent-syntax/
  6. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/merge/powe...
  7. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/basic-usage/
  8. How to change the maximum size of a file | Grou...

    This article shows how to change the maximum size of a file....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  9. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  10. Extract images from PDF documents | GroupDocs

    This article explains that how to extract images from PDF documents...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-images-fr...