Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 2,497 for

properties

(1.29 sec)
  1. Working with metadata in AVI files | GroupDocs

    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 | GroupDocs

    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. Watermarks in word processing document | GroupDocs

    Add shape-based watermarks to Word documents with additional options using Python via .NET.... Using properties of WordProcessingWaterm This...additional shape watermark properties such as name and alternative...

    docs.groupdocs.com/watermark/python-net/waterma...
  4. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API.... // Use Margin properties Top, Bottom to provide vertical...be ignored. // Use Margin properties Left, Right to provide horizontal...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....manipulate them by changing its properties over method of class. This...Search options with desired properties; Call method and pass created...

    docs.groupdocs.com/signature/java/updating-mult...
  6. Add Ellipse Annotation in Multiple Documents

    We are always keen to make our APIs rich in features and enhance usability. When we talk about annotation types. One cannot neglect ellipse annotation. Its a multi purposed annotation type. For instance you can use it to display extra information on your gauge or capture graph hits against a target line. Previously, Ellipse annotation was implemented in .NET version and it seemed very useful. We are pleased to announce that Ellipse annotation is now added in GroupDocs....gives you access to such properties. You might be wondering,...setting AnnotationInfo.Angle property (in degrees). Aside new features...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  7. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....getPhotoUriRecords ()) { // Print the property value System . out . println...additional parameters of the property System . out . println ( photoUriRecord...

    docs.groupdocs.com/metadata/java/working-with-v...
  8. Work with Password-Protected Documents using Gr...

    We are pleased to announce the monthly release of GroupDocs.Metadata for .NET 18.12. Using the latest version, you can now work with the password-protected PDF, Word, Excel, and PowerPoint documents. Furthermore, obsolete methods of MP3 and MPP formats are removed and memory consumption for working with Word and PowerPoint formats is now reduced. We recommend you to install and use the latest version of the API. Features IntroducedThe following features are introduced in version 18....version: # Removing Author property from DOC/DOCX removes Content...Scale, Version and Language properties Available Channels and ResourcesHere...

    blog.groupdocs.com/metadata/work-with-password-...
  9. Generate Barcode in Java | Add Barcodes to Docu...

    Generate barcodes in Java and electronically sign documents & Images by adding barcodes to Word, Excel, PDF, PNG, JPG, WebP files with Java e-Signing API....appearance, encoding and other properties. Attach the generated barcode...BarcodeSignOptions class. Set barcode properties like encoding type, position...

    blog.groupdocs.com/signature/generate-barcode-i...
  10. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using C# programming language....OutputFormat property. The class has also two another properties: SplitHeadingLevel...e-book file, you may leave this property to has the default value (...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/