Sort Score
Result 10 results
Languages All
Labels All
Results 5,411 - 5,420 of 31,037 for

page

(0.29 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. Obtain document history information | Documenta...

    This article shows how to obtain the history of document changes with GroupDocs.Signature API.... 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/signature/net/obtain-documen...
  3. Verify Digital signatures in the document | Doc...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API.... 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/signature/net/verify-digital...
  4. Verifying documents with exception handling | D...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API.... 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/signature/net/verifying-docu...
  5. PageTextAreaOptions | GroupDocs.Parser for Java...

    Provides the options which are used for Page text areas extraction....the options which are used for page text areas extraction. An instance...rectangular area that contains page areas. PageTextAreaOptions(String...

    reference.groupdocs.com/parser/java/com.groupdo...
  6. GroupDocs.Signature for .NET 18.12 Release Note...

    Note This Page contains release notes for GroupDocs.Signature for .NET 18.12 Major Features There are few new features, improvements and bug fixes in this regular release. Most features are related to introduced Image Metadata support, improvement on Form-Field Signature implementation for signing and searching, same as some bug fixes. Summary the most notable changes are: Introduced Metadata Signature Search features for Image Documents Improved Form-field Signature naming for multi Page Documents Fixed Form-fields search bug for empty named controls for Pdf Documents Improved Output file setup, fixed issue for absolute output file path Improve error handling with extended messages Full List of Issues Covering all Changes in this Release Key Summary Issue Type SIGNATURENET-1797 Skip Output folder when SaveOptions....Notes Leave feedback Note This page contains release notes for GroupDocs...Form-field Signature naming for multi page Documents Fixed Form-fields...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  7. Substitute missing fonts | Documentation

    In this article we show how to substitute missing font when converting presentations to HTML and PDF with GroupDocs.Viewer within your Java applications....“Times New Roman” font: 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/java/how-to-substitut...
  8. Set image size limits | Documentation

    This article explains how to set output image size limits for PNG/JPG output when rendering documents with GroupDocs.Viewer within your Java applications.... 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/java/set-output-image...
  9. Installation | Documentation

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom.... 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/parser/java/installation/
  10. 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...