Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 24,430 for

feature

(0.09 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); // ....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-di...
  2. GroupDocs.Viewer for .NET 18.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.4. Major Features There are 18 new Features, improvements, and fixes in this regular monthly release. The most notable are: Added support for following file formats POTX (PowerPoint Open XML Presentation Template) PPTM (PowerPoint Open XML Macro-Enabled Presentation) EPS (Encapsulated PostScript) Implemented simple file storage interface Improved minification process Added settings to include or exclude hidden content in Excel documents Added option for rendering Print Area in Excel documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1552 Feature for AutoFitting column width depending on content for rendering into HTML New Feature VIEWERNET-1544 Implement simple file storage interface New Feature VIEWERNET-1518 Settings to include/exclude hidden content in Excel documents New Feature VIEWERNET-1517 Rendering only Print Area in Excel documents New Feature VIEWERNET-1478 Add POTX file format support New Feature VIEWERNET-1476 Add PPTM file format support New Feature VIEWERNET-526 Add EPS (Encapsulated PostScript) file format support New Feature VIEWERNET-1537 Add prefix for CSS classes when rendering Email messages Improvement VIEWERNET-1501 Minify CSS content when rendering into HTML with EnableMinification is true Improvement VIEWERNET-1481 Improve rendering comments from Presentation documents Improvement VIEWERNET-1428 Support JpegQuality option when rendering Microsoft Project documents Improvement VIEWERNET-1549 Extend support for DefaultFontName setting to PDF documents when rendering into HTML Improvement VIEWERNET-512 Responsive HTML output required in the case of HTML representation Improvement VIEWERNET-1526 Invalid PDF when rendering Excel document with multiple pages per sheet Bug VIEWERNET-1511 DefaultFontName setting is not working for rendering Text documents into PDF and image Bug VIEWERNET-1494 Incorrect rendering of the content in header and footer of Word document Bug WEB-2106 Local links are ignored when rendering PDF to HTML Bug WEB-1153 Discrepancy when rendering as JPEG and HTML Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.... Major Features There are 18 new features, improvements...Summary Category VIEWERNET-1552 Feature for AutoFitting column width...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. GroupDocs.Conversion for Java 18.7 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for Java 18.7 Major Features This is hotfix release: Fixed: Missing properties in some options classes When convert email to pdf the email header is hidden now. Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONJAVA-542 MailOption to control conversions from email New Feature CONVERSIONJAVA-544 MSG to PDF conversion displays incorrect time in the header Bug Public API and Backward Incompatible Changes New EmailOptions in SaveOptions class /// /// Email specific convert options /// public EmailOptions getEmailOptions() Usage...7 Major Features This is hotfix release: Fixed:...conversions from email New Feature CONVERSIONJAVA-544 MSG to PDF...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  4. Obtain document history information | Documenta...

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/obtain-documen...
  5. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/sign-document...
  6. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/load-document-...
  7. 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....12 Major Features There are few new features, improvements...this regular release. Most features are related to introduced...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  8. BarcodeSignOptions Class - GroupDocs.Signature ...

    Represents the Barcode signature options.... This feature is supported only for Image...text inside a signature. This feature is supported only for Image...

    apireference.groupdocs.com/signature/net/groupd...
  9. MDN Web Docs

    The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps....<> </> <> </> <> </> <> </> Featured articles Blog MDN partners...mdn/translated-content 18 hours ago MDN Feature pages for SVGAnimatedNumber...

    developer.mozilla.org/ru/
  10. Editor.GetDocumentInfo Method - GroupDocs.Edito...

    Returns metadata about the document, that was loaded to this 'Editor' instance...have a password protection feature, this argument will be ignored...

    apireference.groupdocs.com/editor/net/groupdocs...