Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 847 for

dictionary

(0.18 sec)
  1. Support Dynamic Alias Mapping for Aspose Mail M...

    I am using Aspose Mail Merge to populate dynamic data using: engine.BuildReport(doc, dataSource, "study"); This allows me to access fields such as: <<[study.Title]>> Currently, the values for Title and other properti…...in Aspose using a lookup dictionary, custom value resolver, or...this using expandoobject or dictionary…? ivan.lyagin May 22, 2026...

    forum.aspose.com/t/support-dynamic-alias-mappin...
  2. Open a spreadsheet document from a stream|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....read-only access Retrieve a dictionary of all named ranges in a...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  3. IMailMergeDataSourceRoot.GetDataSource | Aspose...

    Unlock seamless mail merging with Aspose.Words! Discover how the IMailMergeDataSourceRoot GetDataSource method enhances your document automation process....source ); } private readonly Dictionary < string , EmployeeListMailMerg...EmployeeListMailMerg > mSources = new Dictionary < string , EmployeeListMailMerg...

    reference.aspose.com/words/net/aspose.words.mai...
  4. I want to fetch the color of the hatch in dwg f...

    foreach (var entity in _cadImage.Entities) { var n = entity.LayerName; var l = _cadImage.Layers.GetLayer(n); { if (entity is CadHatch hatch) { Console.WriteLine("Polyline color ID is {0}, layer's name is {1…...GetRgbFromAci(int aci) { Dictionary<int, (int R, int G, int B)>...B)> aciToRgb = new Dictionary<int, (int, int, int)> { { 1, (255...

    forum.aspose.com/t/i-want-to-fetch-the-color-of...
  5. Custom Text Encoding|Aspose.Medical for .NET Do...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Adding Private Tags to Tag Dictionary Using Aspose.Medical...

    docs.aspose.com/medical/net/developer-guide/dat...
  6. Import and Export Form Data|Aspose.PDF for Pyth...

    Import and export AcroForm field data in XML, FDF, XFDF, and JSON formats using Aspose.PDF for Python via .NET.... Initialize an empty dictionary to store form field data... Serialize the form data dictionary to a JSON string with 4-space...

    docs.aspose.com/pdf/python-net/import-export-fo...
  7. Aspose::Words::MailMerging::MappedDataFieldColl...

    Aspose::Words::MailMerging::MappedDataFieldCollection class. Allows to automatically map between names of fields in your data source and names of mail merge fields in the document. To learn more, visit the documentation article in C++....GetEnumerator () override Returns a dictionary enumerator object that can...

    reference.aspose.com/words/cpp/aspose.words.mai...
  8. Aspose.PSD 24.7.0 Memory leaking issue - Free S...

    I am running into issues with Aspose.PSD leaving a large amount of allocated memory when the portion of my code that actually uses Aspose finishes. I am not sure why it is not being cleaned up by GC for many reasons incl…...retained through a static Dictionary<object,object> inside Aspose...shows: Roots leading back to Dictionary<object,object> [Static variable]...

    forum.aspose.com/t/aspose-psd-24-7-0-memory-lea...
  9. 档案

    档案...Pages[0]; Dictionary<string, long> shapeNames = new Dictionary<string...

    blog.aspose.com/zh/diagram/create-flowchart-csh...
  10. Element.Tag(BDC) fails to set page references o...

    Bug Report: Element.Tag(BDC) Does Not Establish ParentTree Page References for Pages Copied via Document.Pages.Add() Product Aspose.PDF for .NET Version 26.2.0 (also reproduced on 26.3.0) Platform .NET 5.0 / .N…...pages var pageBdcMap = new Dictionary<int, List<Aspose.Pdf.Operators...BDC>>(); var pageBdcIndex = new Dictionary<int, int>(); for (int p =...

    forum.aspose.com/t/element-tag-bdc-fails-to-set...