Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,529 for

properties

(0.05 sec)
  1. 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...
  2. 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...
  3. Implement custom encryption with Metadata signa...

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

    docs.groupdocs.com/signature/java/implement-cus...
  4. Render Visio documents as HTML, PDF, and image ...

    Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python via .NET 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-vis...
  5. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....common properties shared among all form fields. Properties getStylesheet()...invalid form field names. Properties getName() : Gets the original...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  6. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata Properties and nested metadata packages. You can easily iterate through the metadata tree...required to get access to all properties extracted from a document...tree consisting of metadata properties and nested metadata packages...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  7. Sign Documents with Digital Certificate using C...

    Electronically sign Word & PDF files with digital certificate in C# using .NET API for electronic signatures. Change the appearance of digital signatures.... you can alter following properties: Height Width Border Style...all of the above-mentioned properties. This example customizes...

    blog.groupdocs.com/signature/sign-documents-wit...
  8. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/java/sign-document...
  9. Add distance annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-distance...
  10. 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...