Sort Score
Result 10 results
Languages All
Labels All
Results 9,201 - 9,210 of 46,526 for

(c )

(0.12 sec)
  1. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....<<foreach [c in ds.Contracts]>><<[c.Clients.Name]>> <<[c.Managers...Name]>> <<[c.Price]>><</foreach>> Total: <<[ds.Contracts.Sum(c => c...

    docs.groupdocs.com/assembly/net/template-syntax...
  2. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....below shows all possible ways: C# // 1. Specify by filename string...class, as it is shown below: C# LoadOptions loadOpts = new LoadOptions...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  3. Numbered List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”.... Oven Cleaning C & D (Manager: John Smith) 5. Regular...Regular Cleaning 2. Oven Cleaning C & D (Manager: John Smith) 1. Regular...

    docs.groupdocs.com/assembly/java/numbered-list-...
  4. Download and explore GroupDocs.Conversion libra...

    GroupDocs.Conversion for .NET Visual Studio plugin provides an easiest way to download and compile GroupDocs.Conversion for .NET source code examples. It reduces the time and efforts required to locate source code examples from Github or the GroupDocs.Conversion library from different NuGet. The plugin performs all the tasks required to try out GroupDocs.Conversion examples automatically. All you have to do is: Install the plugin and launch the wizard installed by the plugin.... Provides both C# and VB examples. Supports Visual...

    blog.groupdocs.com/conversion/download-explore-...
  5. Load document from local disk | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for .NET.... string filePath = @"c:\sample.docx" ; using ( Merger...

    docs.groupdocs.com/merger/net/load-document-fro...
  6. Load password-protected document | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for Java.... String filePath = "c:\sample.docx" ; LoadOptions loadOptions...

    docs.groupdocs.com/merger/java/load-password-pr...
  7. Check document password-protection | Documentation

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for Java....= false ; String filePath = "C:\sample.xlsx" ; Merger merger...

    docs.groupdocs.com/merger/java/check-document-p...
  8. Set resolution of document preview. | Documenta...

    The page describes how to set the resolution of document preview...preview resolution to 144 PPI: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/set-document-...
  9. Compare annotations | Documentation

    The page describes how to compare annotations....shows how to compare annotations: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/comparing-ann...
  10. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....load a password protected file: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/load-password...