Review the step-by-step guide to add watermark annotation to PDF using C# by annotation library and how to use these instructions to insert watermark to PDF in C#....Watermark Product Family GroupDocs.Merger...Product Family How to Add Watermark Annotation to PDF using C#...
This article explains evaluation limitations and licensing of GroupDocs.Merger for .net. Please note that you can avail a Free Trial and a 30-day Temporary License for evaluation...Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Getting Started / Licensing...
Learn how to merge MP3 audio files, combine MP3 audio files into one file programmatically in C# language using GroupDocs.Merger for .net library....Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Getting Started / Merger Use...
Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in C# language using GroupDocs.Merger for .net library....Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Getting Started / Merger Use...
Learn how to merge images to PDF file, combine images into one PDF file programmatically in C# language using GroupDocs.Merger for .net library....Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Getting Started / Merger Use...
free electronic signature api version is available to evaluate the API which will be similar as licensed but with few limitations...Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Getting Started / Evaluation...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .net...Watermark Product Solution GroupDocs...Family / GroupDocs.Editor for .NET / Developer Guide / Field Management...
You can build a project from scratch using Visual Studio .net CLI. We will step you through both cases....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Get started / How to run 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); // ....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
Editing Form Fields with GroupDocs.Editor for .net...Watermark Product Solution GroupDocs...Family / GroupDocs.Editor for .NET / Developer Guide / Field Management...