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

dictionary

(0.1 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. 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...
  3. 将演示文稿导出为带有外部链接图像的HTML|Aspose.Slides 文档

    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....= System :: MakeObject < Dictionary < int32_t , String >> ();...m_savePath ; SharedPtr < Dictionary < int32_t , String >> m_externalImages...

    docs.aspose.com/slides/zh/cpp/exporting-present...
  4. Manage User Configurations on Exchange Server U...

    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/net/manage-user-configura...
  5. LZMA - Lempel Ziv Markov Chain Algorithm

    Everything You Need to Know about LZMA file format, renowned for its high compression ratios and versatility. Explore data compression and archiving, making it valuable for developers and users alike....algorithm is to build and store a dictionary containing previously encountered...replaced by references in this dictionary. This allows you to significantly...

    products.aspose.com/zip/most-common-archives/wh...
  6. 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/
  7. 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...
  8. 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
  9. 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/
  10. 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...