Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 2,573 for

properties

(0.27 sec)
  1. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....You can set the following properties of the class: defines link... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-link-anno...
  2. 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....feedback Reading DICOM metadata properties The GroupDocs.Metadata API...method Read the DICOM metadata properties examples.advanced_usage....

    docs.groupdocs.com/metadata/java/working-with-d...
  3. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....different measure unit types: Set property with of one values above to...implement values in properties , Set property with of one values...

    docs.groupdocs.com/signature/java/locating-sign...
  4. [Release] GroupDocs.Metadata for .NET v26.5 - F...

    :rocket: New Release: GroupDocs.Metadata for .NET v26.5 We’re pleased to announce the release of GroupDocs.Metadata for .NET v26.5, bringing improvements to format handling and package distribution. :wrench: What’s New …...Resolved an issue where MSG file properties and transport message headers...

    forum.groupdocs.com/t/release-groupdocs-metadat...
  5. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....You can set the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  6. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....obsolete constructors and properties are removed. Moreover, there’s...Java 18.6.1 resolves missing properties issue in some LoadOptions...

    blog.groupdocs.com/categories/groupdocs.convers...
  7. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....WordProcessingConver class for setting the properties to customize the output DOCX...document by defining various properties using the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Read Metadata from XLSX using Java

    Discover how to read metadata from XLSX using Java without the need of additional software. You will be given a code example to read metadata of XLSX using Java....creation dates, and document properties, offers valuable insights...Loop through the retrieved properties XLSX stands as a widely used...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  9. Add Text Watermark to XLSX Using Python

    Learn how to add text watermark to XLSX using Python. This tutorial shows how to embed watermark text into XLSX spreadsheets with custom font, color, and alignment....element and define its font properties, rotation, color, and alignment...spreadsheet data. You can adjust properties such as rotation angle, opacity...

    kb.groupdocs.com/watermark/python/add-text-wate...
  10. GroupDocs.Editor for .NET version 26.3 is relea...

    Hi everyone, GroupDocs.Editor for .NET version 26.3 is now available on NuGet. :link: Download / release notes: Download C# DLL Library for Document Editing | GroupDocs API :package: NuGet: NuGet Gallery | GroupDocs.E…...Added support for new CSS properties Added handling for XML processing...

    forum.groupdocs.com/t/groupdocs-editor-for-net-...