This page describes how to set image ZIndex to place it over the text...ZIndex of the image annotation: C# ImageAnnotation area = new ImageAnnotation...
The page describes how to export annotation using GroupDocs.Annotation for .NET API....shows how to export annotations: C# using ( Annotator annotator =...
The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....load a document from a stream: C# using ( documentStream = File...
This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...
Pass a FileStream or any System.IO.Stream directly to the Comparer constructor and Add() method to compare documents without saving them to disk first in GroupDocs.Comparison for .NET....how to load file from stream: C# using GroupDocs.Comparison ;...
Compare password-protected PDF, Word, Excel, or PowerPoint files by passing LoadOptions.Password for both source and target documents in GroupDocs.Comparison for .NET....password protected documents: C# using GroupDocs.Comparison ;...