Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 4,461 for

groupdocs.redaction,

(0.06 sec)
  1. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications....Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications.

    docs.groupdocs.com/comparison/net/set-document-...
  2. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/load-text-fro...
  3. Working with metadata in GIF images | Documenta...

    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....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<GifRootPackage>(); 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.

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Result of added watermarks | Documentation

    GroupDocs.Watermark API returns result with information about added watermarks...GroupDocs.Watermark API returns result with information about added watermarks

    docs.groupdocs.com/watermark/net/result-of-adde...
  5. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....This article explains how to load password-protected document while using GroupDocs. Watermarks Java API.

    docs.groupdocs.com/watermark/java/load-password...
  6. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications.

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  7. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.

    docs.groupdocs.com/merger/nodejs-java/merge/arc...
  8. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Learn how to merge image files, combine image files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library.

    docs.groupdocs.com/merger/python-net/merge/images/
  9. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library.

    docs.groupdocs.com/merger/python-net/merge/arch...
  10. Add document to Diagram via OLE | Documentation

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications.

    docs.groupdocs.com/merger/java/add-document-to-...