free electronic signature api version is available to evaluate the API which will be similar as licensed but with few limitations...Assembly Product Solution GroupDocs...
This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
This article explains how to sign document with Barcode electronic signatures using extended options with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
This article describes the procedure of preserving and exporting all build-in and custom styles in the source WordProcessing document during its editing....Assembly Product Solution GroupDocs...
Jelajahi apa yang baru di GroupDocs.Conversion untuk .NET 25.10. Tersedia sekarang di NuGet dan situs web GroupDocs....) Unduhan langsung – Assemblies untuk .NET dan .NET Framework...
GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Assembly Product Solution GroupDocs...
GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Assembly Product Solution GroupDocs...
Learn how to convert PDF, Word, Excel, and PowerPoint documents with GroupDocs.Conversion for Python via .NET API....Assembly Product Solution 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 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); // ....Assembly Product Solution GroupDocs...