Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 2,142 for

properties

(0.03 sec)
  1. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Learn how to read metadata properties from glTF file...

    blog.groupdocs.com/
  2. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Learn how to read metadata properties from glTF file...

    blog.groupdocs.com/
  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. 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...
  5. 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-...
  6. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert text files 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-text-files/
  7. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....interface contain following properties: - property of enumeration type...of signature. Values are - property of enumeration type to specify...

    docs.groupdocs.com/signature/net/locating-signa...
  8. Sign document with ordering the signatures | Do...

    This article shows how to create electronic signatures with specific ordering on the document page...On this page provides with property ZOrder that expects integer...with a higher number of this property will be displayed above the...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....method Read the TORRENT file properties advanced_usage.managing_...supports updating some metadata properties of a TORRENT file. Please...

    docs.groupdocs.com/metadata/java/working-with-t...
  10. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code 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/java/sign-document...