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

dictionary

(0.07 sec)
  1. 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...
  2. 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...
  3. glTF Structural Metadata Example|Documentation

    This documentation page demonstrates how to read structural metadata from a glTF file using Aspose.3D for .NET....accessed through the Values dictionary of a property table The key...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  4. Modifying Images|Documentation

    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....compression is based on a “dictionary” of strings of pixels seen...Normal encoder searches the dictionary for the longest string of...

    docs.aspose.com/psd/java/modifying-images/
  5. Working with User Configuration on Server|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....properties like ID, name and dictionary items as key-value pairs...

    docs.aspose.com/email/cpp/working-with-user-con...
  6. Change a field name - Free Support Forum - aspo...

    Try to change the name of a form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…... Examing the field dictionary using Preflight, shows this:...

    forum.aspose.com/t/change-a-field-name/312114
  7. HTML 表单编辑器 – Aspose.HTML for Java

    学习如何使用 Aspose.HTML for Java 操作 FormEditor 对象来处理文档中的 HTML 表单、输入控件和提交信息。... Map < String, String > dictionary = new java. util . HashMap...HashMap <> (); 21 dictionary. put ( "custemail" , "john.doe@gmail...

    docs.aspose.com/html/zh/java/html-form-editor/
  8. Paste the styles after sentence correction - Fr...

    Hi we have a document which contains grammar corrections and sentence corrections we have run information along with actual paragraph - stored in form of Dictionary, which contains complete paragraph as ‘text’ and style…...paragraph - stored in form of dictionary, which contains complete...paragraph - stored in form of dictionary, which contains complete...

    forum.aspose.com/t/paste-the-styles-after-sente...
  9. Saving recognition results as a searchable PDF|...

    Saving Aspose.OCR for Java recognition results as a searchable and indexable PDF document....results, provide a custom dictionary , or specify the font to...

    docs.aspose.com/ocr/java/save-searchable-pdf/
  10. Multithread settings for Unix Archives in C# | ...

    C# API allows you utilize multi-core CPU for efficient compression....Lzip Archive with Custom Dictionary Size and Multi-Threading...LzipArchiveSettings, specifying a dictionary size of 16777216 bytes (16...

    docs.aspose.com/zip/net/multithreaded-unix-form...