Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 7,075 for

page

(0.07 sec)
  1. 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 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); // .... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/net/working-with-di...
  2. Spreadsheet redactions | Documentation

    This article shows that how Java redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/spreadsheet-r...
  3. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...End Sub End Module Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  4. Get Default Load Options | Documentation

    Learn how to retrieve default load options for a source format using GroupDocs.Conversion for Python via .NET.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API.... Specific pages or ranges of pages to convert. Encoding...conversion. Page Range Selection Define specific pages or ranges...

    docs.groupdocs.com/conversion/java/load-options...
  6. Add Watermark to PDF in Java | Text and Image W...

    Add image watermarks or apply text watermarks to PDF files in Java. Apply watermarks to all & selective Pages of PDF using GroupDocs Watermarking Java API....on either all the pages or any selective page on the set location...colors, etc. Set the targetted page index (Optional). If you do...

    blog.groupdocs.com/watermark/add-watermark-to-p...
  7. New release of GroupDocs.Viewer for .NET introd...

    GroupDocs is always keen to get the feedback from the customers and provide enhanced, improved and bug free version of the products. Our dedicated teams have been working on the the requirements and the suggestions of our valued customers and released GroupDocs.Viewer for .NET 3.2.0. The latest version of the API has come with many new and improved features. Moreover, bugs faced by the users in previous version have been fixed in the latest version....mechanism for displaying multi-page TIFF files Ability to show/hide...Working to render multiple pages per sheet of Excel file while...

    blog.groupdocs.com/viewer/new-release-groupdocs...
  8. Load document from Azure Blob Storage | Documen...

    This article demonstrates how to convert document stored in Azure Blob storage using GroupDocs.Conversion for Java API....return container ; } } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/load-documen...
  9. Convert Selected or Partial Spreadsheet Rows

    You might be looking for a software component or API using that an excel sheet could be converted to PDF/Word or any other supported format partially. What is the difference? Many of us are just concerned with the output. Process an excel spreadsheet and get the right PDF/output. A simple conversion (Complete spreadsheet to PDF) is ideal until the source file has limited number of rows. Partial Conversion - Usability If you have a spreadsheet with more than 10,000 rows and your data or concerned rows are somewhere between 5,000 to 8,000....API allows you to set sheet/page number to convert using PageNumber...easily convert from G7 to I10 on page 6. Download GroupDocs.Conversion...

    blog.groupdocs.com/conversion/convert-selected-...
  10. Search for multiple e-signature types | Documen...

    This article explains how to search for multiple electronic signatures across document Pages with GroupDocs.Signature API....WriteLine ( "Signature found at page {0} with type {1}" , resSignature...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/search-for-mul...