Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 2,015 for

properties

(0.06 sec)
  1. GroupDocs.Metadata for .NET 1.5.0 Released with...

    At GroupDocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce GroupDocs.Metadata for .NET 1.5.0. The latest version of our metadata API provides many new features. Please see below for the list of features. GroupDocs.Metadata for .NET 1.5.0 – Features In this update new abilities for JP2/JPEG2000, JPEG and MS Visio File Formats have been added: Read & write XMP metadata of JP2 Format Detect bar-codes in JPEG Format Save changes into original document source (doc).... Update document properties of MS Visio Format Update...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/net/render-email-mess...
  3. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....file so you can access its properties Use the Parser.GetMetadata...integrate read PPTX file properties C# functionality directly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  4. Working with metadata in AVI files | Documentation

    Reading AVI header Properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header Properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....feedback Reading AVI header properties The GroupDocs.Metadata API...method Read the AVI header properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....(zero-based) and update its properties as needed. Call the method...Suggest we want change some properties of existed annotation AreaAnnotation...

    docs.groupdocs.com/annotation/java/update-annot...
  6. Sign Pdf documents with custom digital signatur...

     This article explains how to customize PDF digital electronic signature on document page....signature options contains property that could be assigned with...following class class implements properties to customize digital siganture...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  7. Add watermark annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-watermar...
  8. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....The PdfViewOptions class properties allow you to control the...file to PNG. Use the and properties to specify the output image...

    docs.groupdocs.com/viewer/net/render-lotus-note...
  9. Change Position of the Annotation using Java An...

    Keeping feedback of our valuable customers in view, we are pleased to announce a new version of GroupDocs.Annotation for Java 17.10.2. This release comes up with number of bug fixes. The main fix introduced in this release is visibility and color behavior of added annotation. We therefore recommend you to download this latest release for a better API experience. Java Annotation API v17.10.2 - Fixes Area annotation is invisible on adding Unable to change position of the annotation Annotation Properties are not behaving same in Java as in ....the annotation Annotation properties are not behaving same in...

    blog.groupdocs.com/annotation/bug-fixes-in-java...
  10. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...object that specifies the properties of the desired signature...objects - , , or ; Assign the property with the object created in...

    docs.groupdocs.com/signature/net/esign-document...