Sort Score
Result 10 results
Languages All
Labels All
Results 6,681 - 6,690 of 44,458 for

color

(0.17 sec)
  1. How to Convert RTF to PDF in Java

    In this short tutorial you will learn how to convert RTF to PDF in Java by loading the source RTF file and saving it as a PDF. For converting RTF to PDF Java sample code and detailed description is provided....converted PDF file Set the color mode property to Gray scale...the output PDF file like the color mode property is set for rendering...

    kb.aspose.com/words/java/how-to-convert-rtf-to-...
  2. How to Crop Image in C#

    This short tutorial guides on how to crop image in C#. It demonstrates how using C# crop bitmap and save the desired portion of image as a separate image on the disk....like setting the background color, setting the interrupt monitor...required, setting the transparent color, setting the horizontal and...

    kb.aspose.com/imaging/net/how-to-crop-image-in-...
  3. Aspose::Words::ParagraphFormat::get_KeepTogethe...

    Aspose::Words::ParagraphFormat::get_KeepTogether method. True if all lines in the paragraph are to remain on the same page in C++....); font -> set_Color ( System :: Drawing :: Color :: get_Blue ());...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. How to add Watermark Annotation using .NET | As...

    Source code on C# to add Watermark annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Print , Color = Color . Blue }; document . Pages...

    products.aspose.com/pdf/net/annotation/watermar...
  5. How to add Strikeout Annotation using C++ | Asp...

    Source code to add Strikeout annotations in PDF file on any platform with C++ language... Print , Color = Color . Blue }; document . Pages...

    products.aspose.com/pdf/cpp/annotation/strikeou...
  6. How to add Strikeout Annotation using .NET | As...

    Source code on C# to add Strikeout annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Print , Color = Color . Blue }; document . Pages...

    products.aspose.com/pdf/net/annotation/strikeou...
  7. How to add Underline Annotation using .NET | As...

    Source code on C# to add Underline annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Print , Color = Color . Blue }; document . Pages...

    products.aspose.com/pdf/net/annotation/underlin...
  8. 在 PostScript 中使用透明度 | C++

    如何在 PS 文件中添加透明度是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...15 //Set page's background color to see white image on it's own...set_BackgroundColor(System::Drawing::Color::FromArgb(211, 8, 48)); 17 18...

    docs.aspose.com/page/zh/cpp/ps/working-with-tra...
  9. Supported CSS properties for HTML to PDF conver...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. We would like to understand the CSS properties that are fully supported during the conversion process. Having this information will h…...font-size:12pt; color:#333; margin:20px;} h1 {color:#0066CC; margin-bottom:10px;}...

    forum.aspose.com/t/supported-css-properties-for...
  10. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark.... setColor ( Color . GRAY ); // Try LightGray to...watermark . setStrokeColor ( Color . GRAY ); // Try LightGray to...

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