Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 2,797 for

image annotation

(0.16 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 DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...

    docs.groupdocs.com/metadata/net/working-with-di...
  2. Searching | GroupDocs

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Annotation Product Solution GroupDocs...search results Homophone search Image search options Was this page...

    docs.groupdocs.com/search/java/searching/
  3. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer Java API....Annotation Product Solution GroupDocs...viewOptions ); } The following image demonstrates the result. There...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Get the PDF output file information | GroupDocs

    This article explains how to get the PDF output file information using Java with GroupDocs.Viewer for Java....Annotation Product Solution GroupDocs...pixels" ); } } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/get-pdf-output-f...
  5. How to Convert Excel to PDF in C#

    Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Annotation Product Family GroupDocs...formats. We discussed the convert Image to PDF in C# code in our earlier...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....Annotation Product Solution GroupDocs...LoadOptions descendant Diagram Email Image GifImage TiffImage PDF Presentation...

    docs.groupdocs.com/watermark/java/load-document...
  7. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Java examples out-of-the-box....Annotation Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...

    docs.groupdocs.com/editor/java/how-to-run-examp...
  8. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following Image: Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....Annotation Product Solution GroupDocs...folders will look like following image: Open IntelliJ Idea and import...

    docs.groupdocs.com/parser/java/how-to-run-examp...
  9. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and Image formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...only, it could be hyperlinks, images, interactive buttons and forms...

    docs.groupdocs.com/conversion/java/convert/pdf/
  10. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...

    docs.groupdocs.com/metadata/net/working-with-me...