Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 30,363 for

color

(0.05 sec)
  1. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... This involves lightening colors with an Alpha component of...Set the page ' s background color to see a white image on it '...

    docs.aspose.com/page/python-net/ps/working-with...
  2. ArrowType enumeration | Aspose.Words for Python

    aspose.words.drawing.ArrowType enumeration. Specifies the type of an arrow at a line end.... color = drawing . Color . red arrow . stroke...filled_in_arrow . fill . fore_color = drawing . Color . green filled_in_arrow...

    reference.aspose.com/words/python-net/aspose.wo...
  3. C# で PSB ファイルを TIFF 形式に変換する方法 | products.aspose...

    .NET API 経由で PSD、PSB、AI ファイルをエクスポートする...palette-color and full-color image data in several color spaces...

    products.aspose.com/psd/jp/psd-to-tiff/
  4. Aspose::Words::TableStyle::get_Bidi method | As...

    Aspose::Words::TableStyle::get_Bidi method. Gets or sets whether this is a style for a right-to-left table in C++....Col ( System :: Drawing :: Color :: get_AntiqueWhite ()); tableStyle...get_Borders () -> set_Color ( System :: Drawing :: Color :: get_Blue ());...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. DashStyle enumeration | Aspose.Words for Python

    aspose.words.drawing.DashStyle enumeration. Dashed line style.... color = drawing . Color . red arrow . stroke...filled_in_arrow . fill . fore_color = drawing . Color . green filled_in_arrow...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Converte PSB ad TIFF cum C# | products.aspose.com

    Export PSD, PSB & AI, fasciculus per .NET API...palette-color and full-color image data in several color spaces...

    products.aspose.com/psd/la/net/conversion/psb-t...
  7. ArrowType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ArrowType enum to customize arrow styles for line ends, enhancing your document's visual appeal and precision.... Color = Color . Red ; arrow . Stroke ...filledInArrow . Fill . ForeColor = Color . Green ; filledInArrow . Fill...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::DocumentBuilder::PopFont method ...

    Aspose::Words::DocumentBuilder::PopFont method. Retrieves character formatting previously saved on the stack in C++....ASSERT_EQ ( System :: Drawing :: Color :: get_Blue (). ToArgb (), builder...builder -> get_Font () -> get_Color (). ToArgb ()); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Add text to PDF using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Color . LightGray ; textFragment ...ForegroundColor = Aspose . Pdf . Color . Red ; var textBuilder = new...

    products.aspose.com/pdf/net/text/
  10. Add text to PDF using C++ | Aspose.PDF

    Add text to PDF programmatically with C++ sample code using Aspose.PDF for C++...() -> set_ForegroundColor ( Color :: get_Blue ()); textFragment...() -> set_BackgroundColor ( Color :: get_LightGray ()); // create...

    products.aspose.com/pdf/cpp/text/