Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,028 for

properties

(0.04 sec)
  1. Add image annotation | Documentation

    The page describes how to add image 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-image-ann...
  2. Add resource redaction annotation | Documentation

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

    docs.groupdocs.com/annotation/net/add-resource-...
  3. 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); // ....feedback Reading DICOM metadata properties The GroupDocs.Metadata API...using Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-di...
  4. Add dropdown component | Documentation

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

    docs.groupdocs.com/annotation/net/add-dropdown-...
  5. Render email messages as HTML, PDF, PNG, and JP...

    Convert email messages to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/python-net/render-ema...
  6. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for Java....can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-button-c...
  7. RotateOptions | GroupDocs.Merger for .NET API R...

    Provides options for the page rotation.... Properties Name Description Mode { get;...

    reference.groupdocs.com/merger/net/groupdocs.me...
  8. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures.... define class with properties and specify class attributes...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/net/implement-cust...
  9. Mastering JSON Comparisons

    Explore the intricacies of JSON data comparisons in this detailed guide. Learn how GroupDocs.Comparison APIs can transform your data analysis with visual and textual comparison tools, addressing common challenges in JSON data interchange....customer could contain same properties in alphabetical order but...serialization could contain the properties in different sequence. That...

    blog.groupdocs.com/comparison/mastering-json-co...
  10. How to Add Link Annotation to PDF using C#

    Let's examine the step-by-step instructions to add link annotation to PDF using C# along with code example to create annotation link in PDF using C#....LinkAnnotation object and set properties for the link annotation Call...link into PDF and set some properties of LinkAnnotation. Code to...

    kb.groupdocs.com/annotation/net/how-to-add-link...