Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 55,882 for

vectorize

(0.1 sec)
  1. Configurare i caratteri per il rendering dei fo...

    Impara come configurare i caratteri per il rendering di fogli di calcolo in immagini, PDF e formati XPS usando Aspose.Cells for C++....namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/it/cpp/configuring-fonts-...
  2. Векторизация – базовый обзор – примеры C#

    В статьях этого раздела объясняется, как преобразовать текст SVG в вектор и как преобразовать растровое изображение в векторную графику с помощью API Aspose.SVG....var vectorizer = new ImageVectorizer(); 8 9 // Vectorize image...file 10 var document = vectorizer. Vectorize (Path. Combine (DataDir...

    docs.aspose.com/svg/ru/net/vectorization/
  3. Ersätt tagg med text i en textbox inuti kalkbla...

    Ersätt taggar i kalkblads textrutor programmatiskt med Aspose.Cells for C++....#include <regex> #include <vector> #include <string> using namespace...( str . c_str ()); } std :: vector < U16String > Split ( const...

    docs.aspose.com/cells/sv/cpp/replace-tag-with-t...
  4. Замените тег на текст в текстовом поле внутри Р...

    Программно заменяйте теги в текстовых полях листа, используя Aspose.Cells for C++....#include <regex> #include <vector> #include <string> using namespace...( str . c_str ()); } std :: vector < U16String > Split ( const...

    docs.aspose.com/cells/ru/cpp/replace-tag-with-t...
  5. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...#include <regex> #include <vector> #include <string> using namespace...( str . c_str ()); } std :: vector < U16String > Split ( const...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  6. SVG

    SVG (Scalable Vector Graphics) is an XML-based vector image format that allows for high-quality, scalable graphics that can be displayed on the web or in other digital formats. It uses mathematical equations to create and render graphics, allowing them to be resized and manipulated without losing quality. It's commonly used for logos, icons, and illustrations on websites and in other digital media....(Scalable Vector Graphics) is an XML-based vector image format...Understanding SVG Format SVG (Scalable Vector Graphics) is a file format...

    products.aspose.com/gis/net/gis-formats/svg
  7. Online SVG to MHTML Conversion or Develop Java ...

    Free online app to convert SVG to MHTML files. Java conversion library code for SVG documents....email-compatible diagrams, and portable vector reports. Key Use Cases Archiving...offline access. Sending animated vector visuals embedded in MHTML emails...

    products.aspose.com/total/java/conversion/svg-t...
  8. ค้นหา

    ค้นหา...ุณไปอีกระดับ SVG (Scalable Vector Graphics) เป็นรูปแบบไฟล์ที...เริ่มต้นกระบวนการโดยใช้ปุ่ม Vectorize Text ดาวน์โหลดไฟล์ผลลัพธ์...

    blog.aspose.com/th/svg/convert-text-to-vector/
  9. 档案

    档案...ImageVectorizer class var vectorizer = new Aspose.Svg.ImageVectorization... ColorsLimit = 3 } }; // Vectorize raster image from the specified...

    blog.aspose.com/zh/svg/vectorize-image-in-csharp/
  10. AbstractCalculationEngineを使用した値の範囲の返却(C++)|Docu...

    この記事では、C++とAspose.Cellsライブラリを使用してMicrosoft Excelで値の範囲を返す抽象計算エンジンを紹介します。既存のExcelファイルを読み込むか、新しいExcelファイルを作成し、Aspose.Cellsのメソッドを使用して範囲の値を取得し、結果を返します。最後に、変更されたExcelファイルを保存します。...CalculationData & data ) override { Vector < Object > row1 { Object (...6 , 30 }) , Object ( 2 )}; Vector < Object > row2 { Object (...

    docs.aspose.com/cells/ja/cpp/returning-a-range-...