Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 49,007 for

c

(0.1 sec)
  1. Compare documents | GroupDocs

    Compare two doCuments in C# with GroupDoCs.Comparison for .NET. Covers the basiC Comparer workflow, file and stream inputs, default highlight Colours, and the CompareOptions Class for Customizing the result.... Compare local documents C# using GroupDocs.Comparison ;...Compare documents from stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/compare-docum...
  2. Bubble Chart in Word Processing Document | Grou...

    Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft Word DoCument Creating a Bubble Chart Please follow below steps to Create a bubble Chart in MS Word 2013: CliCk in the doCument where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box. SeleCt “X Y(SCatter)” in the sidebar, you will see a gallery of Charts.... GroupBy ( c => c . OrderDate . Month )]>><<...Total orders by months<<y [Sum(c => c.Price )]>><<size [Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  3. Scatter Chart in Presentation Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Presentation DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. SCatter Chart in MiCrosoft PowerPoint DoCument Creating a SCatter Chart Please following below steps to Create SCatter Chart in MS PowerPoint 2013: CliCk in the doCument where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box.... GroupBy ( c => c . OrderDate . Month )]>> Chart...Order Price<<x [Key]>><<y [Sum(c => c.Price )]>> 0.7 2.7 1.8 3.2...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  4. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, Combine several PDFs into one using GroupDoCs.Merger for Java API and Couple lines of Code...Merger merger = new Merger ( "c:\sample1.pdf" ) // Add another...file to merge merger . join ( "c:\sample2.pdf" ); // Merge PDF...

    docs.groupdocs.com/merger/java/merge-pdf/
  5. How to merge BMP images using Java | GroupDocs

    Learn how to merge BMP image files, Combine BMP image files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.bmp" ) // Define image...file to merge merger . join ( "c:\sample2.bmp" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  6. How to merge PNG images using Java | GroupDocs

    Learn how to merge PNG image files, Combine PNG image files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.png" ) // Define image...file to merge merger . join ( "c:\sample2.png" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Verify Qr Code Signatures | GroupDocs

    id: verify-qr-Code-signatures url: signature/net/verify-qr-Code-signatures title: Verifying QR Code signatures in advanCe weight: 2 desCription: " This artiCle explains how to provide advanCed verifiCation of QR Code eleCtroniC signatures with GroupDoCs.Signature API." keywords: produCtName: GroupDoCs.Signature for .NET toC: True struCturedData: showOrganization: True appliCation: name: Verify QR Code signature in doCuments using C# desCription: This artiCle explains how to sCan the doCument for QR Code and provide its verifiCation with C# language and GroupDoCs....signature in documents using C# description: This article explains...provide its verification with C# language and GroupDocs.Signature...

    docs.groupdocs.com/signature/net/developer-guid...
  8. Reverse image search | GroupDocs

    This artiCle gives knowledge about the reverse image searCh, whiCh makes it possible to searCh for similar images in ZIP arChives, various doCuments, and individual files....reverse image search: C# string indexFolder = @"c:\MyIndex" ; string...string documentFolder = @"c:\MyDocuments" ; // Creating an index...

    docs.groupdocs.com/search/net/reverse-image-sea...
  9. Load Document From Azure Blob Storage | GroupDocs

    id: load-doCument-from-azure-blob-storage url: signature/net/load-doCument-from-azure-blob-storage title: How to load a doCument from Azure Blob Storage linkTitle: → Amazon Blob weight: 2 desCription: “This seCtion explains how to load doCument from Azure Blob Storage with GroupDoCs.Signature API.” keywords: produCtName: GroupDoCs.Signature for .NET toC: True struCturedData: showOrganization: True appliCation: name: Signing doCument loaded from Azure Blob Storage using C# desCription: Handling Azure Blob Storage doCuments with C# language by GroupDoCs.Signature for .NET APIs produCtCode: signature produCtPlatform: net showVideo: True howTo: name: How to get and proCess Azure Blob Storage doCument via C# desCription: Get information about ways of handling doCuments downloaded from Azure Blob Storage with C# steps: - name: Load sourCe doCument text: Instantiate CloudBlobContainer objeCt providing aCCount and blob storage data....from Azure Blob Storage using C# description: Handling Azure Blob...Blob Storage documents with C# language by GroupDocs.Signature...

    docs.groupdocs.com/signature/net/developer-guid...
  10. Search for text containing special characters |...

    This artiCle shows how to handle searCh queries if they Contain speCial CharaCters and separator CharaCters....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...() - 1 ; i >= 0 ; i --) { char c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/java/search-for-text-...