Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 38,960 for

color

(0.07 sec)
  1. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....background image, and a background color. The resulting document is then...Document ( $inputFile ); $colors = new Color (); $pages = $document...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  2. Get HTML5 String from Cell with C++|Documentation

    Learn how to get an HTML5 string from a cell using Aspose.Cells for C++ API...."FONT-FAMILY: Arial;FONT-SIZE: 10pt;COLOR: #000000;" > This is some text..."FONT-FAMILY: Arial;FONT-SIZE: 10pt;COLOR: #000000;" > This is some text...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  3. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting.... color = aspose . pydrawing . Color . red para ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Shading::set_BackgroundPatternCo...

    Aspose::Words::Shading::set_BackgroundPatternColor method. Setter for Aspose::Words::Shading::get_BackgroundPatternColor in C++....Col ( System :: Drawing :: Color value ) See Also Class Shading...

    reference.aspose.com/words/cpp/aspose.words/sha...
  5. Aspose::Words::StyleCollection::AddCopy method ...

    Aspose::Words::StyleCollection::AddCopy method. Copies a style into this collection in C++....get_Font () -> set_Color ( System :: Drawing :: Color :: get_Red ());...-> get_Color (), newStyle -> get_Font () -> get_Color ()); Shows...

    reference.aspose.com/words/cpp/aspose.words/sty...
  6. How to Create GIF From Images in C#

    This short tutorial guides on how to create GIF from images in C#. By using C# animated GIF can be easily created by following the steps and sample code shared in this tutorial....image, we can also set the color palette and if we do not set...above example, the default color palette is used. Also, while...

    kb.aspose.com/imaging/net/how-to-create-gif-fro...
  7. Convert TIFF to 3DS via C# | products.aspose.com

    Sample code for TIFF to 3DS C# conversion. Use API example code for batch TIFF files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....palette-color and full-color image data in several color spaces...

    products.aspose.com/3d/net/conversion/tiff-to-3ds/
  8. Aspose::Words::ImportFormatOptions class | Aspo...

    Aspose::Words::ImportFormatOptions class. Allows to specify various import options to format output. To learn more, visit the documentation article in C++....get_Font () -> set_Color ( System :: Drawing :: Color :: get_Blue ());...style, so it is a different color than that of the original. //...

    reference.aspose.com/words/cpp/aspose.words/imp...
  9. How to grayscale an image|Documentation

    Grayscale an image. Convert Color image to grayscale....you need to transform your color photo to its grayscale representation...

    docs.aspose.com/imaging/java/developer-guide/ho...
  10. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#.... Color = System . Drawing . Color . Gray ; // Try...StrokeColor = System . Drawing . Color . Gray ; // Try LightGray to...

    docs.aspose.com/words/net/add-watermark/