Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 1,452 for

white background

(0.06 sec)
  1. PS 파일에 이미지 추가 | Aspose.Page for .NET

    PS, XPS 및 EPS 파일과 함께 작동하는 .NET API 솔루션입니다. 첨부된 C# 코드 조각을 사용하여 PS 파일에 이미지를 추가하는 방법을 알아보세요....PsSaveOptions(); //Set page's background color to see a white image on it's own...own transparent background options.BackgroundColor = Color.FromArgb(...

    products.aspose.com/page/ko/net/add-image-to-ps/
  2. Thêm hình ảnh vào tệp PS | .NET

    Giải pháp .NET API để hoạt động với các tệp PS, XPS và EPS. Tìm hiểu cách thêm hình ảnh vào tệp PS bằng đoạn mã C# đính kèm...PsSaveOptions(); //Set page's background color to see a white image on it's own...own transparent background options.BackgroundColor = Color.FromArgb(...

    products.aspose.com/page/vi/net/add-image-to-ps/
  3. Anotasi Multimedia PDF menggunakan C#|Aspose.PD...

    Aspose.PDF for .NET memungkinkan Anda untuk menambahkan, mendapatkan, dan menghapus anotasi multimedia dari dokumen PDF Anda....border ; // Set the border and background color characteristics printButton...printButton . Characteristics . Background = System . Drawing . Color...

    docs.aspose.com/pdf/id/net/multimedia-annotation/
  4. Рендеринг математических формул LaTeX | С++

    В этой статье описано решение Aspose.TeX API для рендеринга математических формул C++ LaTeX. Здесь вы найдете примеры кода функциональности....ck()); 11 // Specify the background color. 12 options -> set...ystem::Drawing::Color::get_White()); 13 // Specify the output...

    docs.aspose.com/tex/ru/cpp/latex-math-formula-r...
  5. Crea formule in LaTeX | Soluzione API .NET

    Soluzione API .NET per lavorare con TeX. Include la funzionalità per creare equazioni matematiche in LaTeX e salvare il file dei risultati come immagini....ptions(); // Specify the background color. options.BackgroundColor...BackgroundColor = System.Drawing.Color.White; // Specify the output stream...

    products.aspose.com/tex/it/net/latex-math/
  6. Hozzon létre figurákat a LaTeX-ben | C++ API me...

    C++ API megoldás a TeX-szel való együttműködéshez. A funkciót, amellyel dokumentumfigurákat hozhat létre a LaTeX-ben, és mentheti az eredményfájlt képként....ble}}}"); // Specify the background color. options->set_Back...System::Drawing::Color:get_White()); // Specify the output stream...

    products.aspose.com/tex/hu/cpp/latex-figures/
  7. Crear y administrar gráficos con Node.js a trav...

    Aprenda cómo usar Aspose.Cells para Node.js para crear gráficos en Microsoft Excel. Nuestra guía demostrará varios tipos de gráficos y cómo personalizar su apariencia y formato....); // Set foreground color white chart . getPlotArea (). getArea...setForegroundColor ( AsposeCells . Color . White ); // Set Properties of chart...

    docs.aspose.com/cells/es/nodejs-cpp/creating-ch...
  8. إنشاء أرقام في LaTeX | حل .NET API

    .NET API Solution للعمل مع TeX. يتضمن وظيفة إنشاء أشكال المستندات في LaTeX وحفظ الملف الناتج كصور....Scale = 3000; // Specify the background color. options.BackgroundColor...BackgroundColor = System.Drawing.Color.White; // Specify the output stream...

    products.aspose.com/tex/ar/net/latex-figures/
  9. إنشاء أرقام في LaTeX | حل واجهة برمجة تطبيقات C++

    حل C++ API للعمل مع TeX. يتضمن وظيفة إنشاء أشكال المستندات في LaTeX وحفظ الملف الناتج كصور....ble}}}"); // Specify the background color. options->set_Back...System::Drawing::Color:get_White()); // Specify the output stream...

    products.aspose.com/tex/ar/cpp/latex-figures/
  10. Modifier le fichier SVG – Exemples Python

    Apprenez à modifier des fichiers SVG en Python. Ajoutez, recherchez et modifiez des éléments dans des documents SVG à l'aide de la bibliothèque Aspose.SVG for Python via .NET....Add a < rect > element as a background 8 rect = document. create_element_ns...set_attribute ( "stroke" , "white" ) 23 circle. set_attribute...

    docs.aspose.com/svg/fr/python-net/edit-svg-file/