Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 36,857 for

color

(0.14 sec)
  1. Add Text stamps in PDF C#|Aspose.PDF for .NET

    Add a text stamp to a PDF document using the TextStamp class with Aspose.PDF for .NET library....size, font style, and font color etc. In order to add text stamp...ForegroundColor = Aspose . Pdf . Color . Aqua ; // Add stamp to particular...

    docs.aspose.com/pdf/net/text-stamps-in-the-pdf-...
  2. ListCollection.add method | Aspose.Words for Py...

    aspose.words.lists.ListCollection.add method... color = aspose . pydrawing . Color . red list1 ...0 ] . font . color = aspose . pydrawing . Color . blue list2...

    reference.aspose.com/words/python-net/aspose.wo...
  3. write_in|Documentation

    Write_in element provides a blank field in which the respondent can hand write some text or draw a picture.... hint=phone color black Color of the underlying label...one of the supported values. color=red adaptive false Set to true...

    docs.aspose.com/omr/net/txt-markup/write_in/
  4. Convert DNG to JPG in C#

    Follow this article to transform DNG to JPG in C#. It assists in converting DNG to JPEG which is digital negative raw image file, a list of conversion steps, and a sample code to perform this operation.... such as image quality and color type Perform other optional...object, such as quality and color type or customize the input...

    kb.aspose.com/imaging/net/convert-dng-to-jpg-in...
  5. Put Signature on Photo using Java

    This article guides how to put signature on photo using Java. It shares details to set the IDE, a list of steps, and a sample code demonstrating how to put signature on pictures using Java....and set it transparent if the color is close to white Save the updated...to check their color and set the whitish color to transparent...

    kb.aspose.com/imaging/java/put-signature-on-pho...
  6. Aspose::Words::Drawing::ShapeBase::get_ZOrder m...

    Aspose::Words::Drawing::ShapeBase::get_ZOrder method. Determines the display order of overlapping shapes in C++....// Insert three different colored rectangles that partially overlap...set_FillColor ( System :: Drawing :: Color :: get_Orange ()); shape = builder...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::ShapeBase::get_ParentPa...

    Aspose::Words::Drawing::ShapeBase::get_ParentParagraph method. Returns the immediate parent paragraph in C++....set_HighlightColor ( System :: Drawing :: Color :: get_LightGray ()); shape...get_Font () -> set_Color ( System :: Drawing :: Color :: get_Red ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Manage Hyperlinks|Aspose.Slides Documentation

    Add hyperlink to a PowerPoint Presentation in C# or .NET... Color = Color . Black ; paragraph . Text...); } Formatting Hyperlinks Color With the ColorSource property...

    docs.aspose.com/slides/net/manage-hyperlinks/
  9. DocumentBuilder.insertDocument method | Aspose....

    Aspose.Words.DocumentBuilder.insertDocument method... color = "#0000FF" ; builder . paragraphFormat...style, so it is a different color than that of the original. //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits....() -> set_ForegroundColor ( Color :: get_Blue ()); textFragment...() -> set_BackgroundColor ( Color :: get_Gray ()); } // Save the...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/