Sort Score
Result 10 results
Languages All
Labels All
Results 7,811 - 7,820 of 46,129 for

(c )

(0.05 sec)
  1. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....image redactions to its pages: C# var stream = new MemoryStream...var redactor = new Redactor ( "C:\\Temp\\sample.docx" )) { // Perform...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  2. Search by Regex on GroupDocs Blog | Document Au...

    Search by Regex on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search by Regex on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve...... C# を使用した正規表現によるドキュメント内での検索 C# でプログラムによる検索の力を解き放ちましょう...

    blog.groupdocs.com/ja/tag/search-by-regex/index...
  3. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API.... Merger ( "c:/sample.one" ) as merger : remove_options...remove_options ) merger . save ( "c:/result.one" ) Was this page helpful...

    docs.groupdocs.com/merger/python-net/remove-pages/
  4. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/remove-document-p...
  5. books-single-line.xml

    1.0 bk101 Gambardella, Matthewhttps://www.matthewgambardella.com/XML Developer's GuideComputer This is HTML comment44.952000-10-01An in-depth look at creating applications with XML.bk102 Ralls, Kim......at how Visual Basic, Visual C++, C#, and ASP+ are integrated into...

    docs.groupdocs.com/viewer/net/sample-files/rend...
  6. In-Table List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Word Processing 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. In-Table List in Microsoft Word Document Creating an In-Table List Practicing the following steps you can create In-Table List Template in MS Word 2013. Click the on the document where you want to insert the table.... Sum ( c => c. Price )]>><</ foreach >> Total:...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  7. Licensing and evaluation | Documentation

    GroupDocs.Total provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.... From a File C# string licensePath = "GroupDocs...licensePath ); 2. From a Stream C# string licensePath = "GroupDocs...

    docs.groupdocs.com/total/net/licensing-and-eval...
  8. Character types | Documentation

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-types/
  9. Bubble Chart in Spreadsheet Document | Document...

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group. A drop-down with charts will appear, select the “Bubble” and press “OK” to insert the chart.... GroupBy ( c => c . OrderDate . Month )]>><<..."Orders Prices by Months<<y [Sum(c=> c.Price)]>><<size [Count()]>>"...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  10. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Merger merger = new Merger ( @"c:\sample1.html" )) { // Add another...file to merge merger . Join ( @"c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/net/merge/html/