Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,527 for

properties

(0.18 sec)
  1. Add underline annotation | Documentation

    The page describes how to add an underline 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-underlin...
  2. Add highlight annotation | Documentation

    The page describes how to add highlight 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-highligh...
  3. Document previewing | Documentation

     This section contains examples with advanced document preview, pages generation with or without existing electronic signatures by GroupDocs.Signature API....Preview Digital Certificates properties Was this page helpful? Not...

    docs.groupdocs.com/signature/net/previewing/
  4. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...On this page provides with property Extensions that expects list...extension for Text signature property Here are the steps to add...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Watermark Protected Files using C# | Text & Ima...

    Add text watermarks and image watermarks to password-protected Word, PDF, PowerPoint, Excel files using C#. Customize watermark appearance using .NET API....opacity, color, and other properties. Add watermark to document...rotation, opacity, and other properties. Add watermark to document...

    blog.groupdocs.com/watermark/watermark-password...
  6. Convert CAD Drawings to PDF in C# .NET | DGN DW...

    C# guide to convert the CAD files like DWG, DGN, and DWF to PDF format using document and image conversion .NET API by GroupDocs....certain properties while loading CAD files. These properties include...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  7. 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...
  8. 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-...
  9. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java 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/java/traverse-a-who...
  10. Watermark Protected Files in Java | Text & Imag...

    Use Java API to add text & image watermark to password-protected Word, PDF, PowerPoint, Excel files. Customize watermark appearance using GroupDocs API....opacity, color, and other properties of watermark. Add the watermark...rotation, opacity, and other properties. Now, add watermark to document...

    blog.groupdocs.com/watermark/watermark-password...