Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 44,876 for

color

(0.07 sec)
  1. Convert TIFF to GIF via Java | products.aspose.com

    Sample code for TIFF to GIF Java conversion. Use API example code for batch TIFF files to GIF conversion within any Web or Desktop Java based application....palette-color and full-color image data in several color spaces...

    products.aspose.com/imaging/java/conversion/tif...
  2. PDF Text Annotation|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to Add, Get, and Delete Text Annotation from your PDF document....set_TextColor ( System :: Drawing :: Color :: get_Blue ()); auto freeTextAnnotation... 16 , System :: Drawing :: Color :: get_Red ())); annotation...

    docs.aspose.com/pdf/cpp/text-annotation/
  3. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++.... innerHTML = '<p style="color: green;">Page margins set successfully...'result' ). innerHTML = '<p style="color: green;">Workbook processed...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  4. Aspose::Words::Markup::IStructuredDocumentTag i...

    Aspose::Words::Markup::IStructuredDocumentTag interface. Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in C++.... virtual get_Color () Gets or sets the color of the structured... . virtual set_Color (System::Drawing::Color) Setter for Asp...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Create Transparent Image of Excel Worksheet|Doc...

    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....all cells which have no fill colors. Aspose.Cells provides the...with no fill colors are drawn with white color and when it is...

    docs.aspose.com/cells/java/create-transparent-i...
  6. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in C#. This step-by-step guide shows why Aspose.Slides for .NET is a faster, more powerful alternative to Microsoft.Office.Interop.... Color = Color . Black . ToArgb (); ppChart.... Line . ForeColor . RGB = Color . Black . ToArgb (); // Access...

    docs.aspose.com/slides/net/create-a-chart-in-a-...
  7. LineAnnotation Opacity is not set - Free Suppor...

    Hello, We are using Apose.PDF.Drawing 25.2 When we create a LineAnnotation and set the Opacity property to value lower then 1, it is not taken into account in the generated PDF when it is opened with Acrobat, Chrome o…...various properties such as color, width, and styles for the line...Rectangle(100, 100, 200, 200)) { Color = Color.Red, Opacity = 0.5f, //...

    forum.aspose.com/t/lineannotation-opacity-is-no...
  8. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...by 1 bpp (bits per pixel) 2-color image as a stencil mask; At... SetPaint ( new SolidBrush(Color. Blue )); 32 33 //Fill the rectangle...

    docs.aspose.com/page/zh/net/ps/working-with-clips/
  9. Create Line Shapes in Presentations with Python...

    Learn to manipulate line formatting in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Discover properties, methods, and examples.... solid_fill_color . color = draw . Color . maroon # Save...

    docs.aspose.com/slides/python-net/line/
  10. Add Text to PDF file|Aspose.PDF for PHP via Java

    Explore how to add text to PDF files in PHP using Aspose.PDF for easy content editing....new FontRepository (); $colors = new Color (); $textFragment ->...() -> setForegroundColor ( $colors -> getBlue ()); $textFragment...

    docs.aspose.com/pdf/php-java/add-text-to-pdf-file/