Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information.
Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Advanced...
On this page, you will find system requirements supported platforms, development environments. GroupDocs.Watermark for Python via .net does not require any external software or third party tool to be installed....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...
This section decsribes how to add digital signature to pdf, docx, pptx, xlsx and many more with GroupDocs.Signature for .net library...Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide Developer...
Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
Topics tagged csharp...text when converting to PDF in .NET GroupDocs.Conversion Product...output image is too long in .NET GroupDocs.Comparison Product...
Transform PDF documents to grayscale JPG or PNG images in C#. Apply gamma, manage contrast or control brightness within .net application.... .NET API to Convert Documents into...Grayscale # GroupDocs.Conversion for .NET is an API that is used for documents...