Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,062 for

properties

(0.06 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 AviRootPackage.Header Read the AVI header Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....feedback Reading AVI header properties The GroupDocs.Metadata API...using Read the AVI header properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Sign document with Barcode signature and additi...

     This article explains how to sign document with Barcode electronic signatures using extended 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-...
  3. 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...
  4. 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...
  5. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming....its constructor Tailor the properties of the TextWatermark class...protect your intellectual property, add branding elements, or...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  6. Add Text Watermark to RTF using Java

    Let's learn how to add text watermark to RTF using Java. You'll also get a code showing how to insert text watermark to RTF in Java without using extra softwares....constructor Define the watermark properties using an instance of the...environment, configure watermark properties, and apply and save the watermark...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  7. Add Text Watermark to DOC using C#

    Let’s explore how to add text watermark to DOC using C#. We’ll also provide you with code to insert text watermark to DOC using C# without needing additional software....TextWatermark class and set its properties according to your preferred...modify. Define the watermark’s properties, such as text content, font...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  8. 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...
  9. 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...
  10. 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...