Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 19,899 for

watermarking .net

(0.28 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  2. Working with metadata in AVI files | 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...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Add Image Watermark to DOCX Using C#

    Discover how to add image watermark to DOCX using C# without extra software installation. Also, we'll provide you with code to insert image watermark to DOCX in C#....Watermark Product Family GroupDocs.Merger...Add Image Watermark to DOCX Using C# Image watermarks serve as...

    kb.groupdocs.com/watermark/net/add-image-waterm...
  4. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....Watermark Product Family GroupDocs.Merger...Redaction Product Family Add Text Watermark to RTF using C# In the realm...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  5. Extract Table of Contents from Microsoft Office...

    Learn how to extract and work with table of contents from Word documents (.doc, .docx) using GroupDocs.Parser for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Parser for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. Barcode Image Generation in Presentation Docume...

    Note This feature is only compatible with GroupDocs.Assembly for .net 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Watermark Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  7. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....Watermark Product Family GroupDocs.Merger...environment with the latest .NET version and an IDE like Visual...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  8. Index Browser | GroupDocs

    Index Browser is a .net application for managing indexes created using the GroupDocs.Search library...Watermark Product Solution GroupDocs...Family / GroupDocs.Search for .NET / Getting Started / Index Browser...

    docs.groupdocs.com/search/net/index-browser/
  9. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/net/save-a-modified...