Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 45,899 for

color

(0.14 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – C++ 를 사용하여 PDF에서 이미지 추가, 추출 또는 제거 https://products.aspose.com/pdf/ko/cpp/images/ Recent content in C++ 를 사용하여 PDF에서 이미지 추가, 추출 또는 제거 on Aspsoe.......net-color { background-color: #A4C547; } .java-color { background-color:...background-color: #E14544; } .cpp-color { background-color: #0C5BA3;...

    products.aspose.com/pdf/ko/cpp/images/index.xml
  2. Aspose.Pdf.Document .ctor throws GifImageExcept...

    Hi, The following C# code snippet results in the following exception when calling the Aspose.Pdf.Document constructur: Image loading failed. Inner exception: GIF frame pixel processing is impossible, because it does n…...neither local color palette nor global. Tip: setup color palette first...5pt;font-family:&quot;Arial&quot;,sans-serif;color:#4a4a4a">Steffi Riegel</span></b><span...

    forum.aspose.com/t/aspose-pdf-document-ctor-thr...
  3. ListLevel.StartAt | Aspose.Words for .NET

    Discover the ListLevel StartAt property to easily customize your list's starting number, enhancing organization and clarity in your documents.... Color = Color . Red ; list1 . ListLevels...ListLevels [ 0 ]. Font . Color = Color . Blue ; list2 . ListLevels...

    reference.aspose.com/words/net/aspose.words.lis...
  4. Aspose.PSD for .NET 19.2 - Release Notes|Docume...

    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....Add support of Fill layers: Color fill Feature PSDNET-98 Add support...Layers.FillSettings.FillType.Color F:Aspose.PSD.FileFormats.Psd...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-2...
  5. Adjust Thickness of Visio "No Symbol" programma...

    I have created a Visio diagram using aspose and I have a “No Symbol” shape. I have been able to change the Color of the shape, but cannot change the thickness of the border....have been able to change the color of the shape, but cannot change...along with changing the line color and other properties: using...

    forum.aspose.com/t/adjust-thickness-of-visio-no...
  6. Fill.foreThemeColor property | Aspose.Words for...

    Fill.foreThemeColor property. Gets or sets a ThemeColor object that represents the foreground Color for the fill....that represents the foreground color for the fill. get foreThemeColor...set theme color for foreground/background shape color. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ImageColorMode | Aspose.Words for Java

    Specifies the Color mode for the generated images of document pages in Java....ImageColorMode Specifies the color mode for the generated images...Examples: Shows how to set a color mode when rendering documents...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Drawing::Fill::get_FillType meth...

    Aspose::Words::Drawing::Fill::get_FillType method. Gets a fill type in C++....Document > ( get_MyDir () + u "Two color gradient.docx" ); // Get Fill...:: cout << "The foreground color of the fill is: " << fill ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Convert Image to Grayscale in C#

    This tutorial focuses on how to convert image to grayscale in C#. It encompasses the environment settings, and the process, along with a sample code snippet to convert image to grayscale in C#....convert the color image to Grayscale Read the source color image with.... Firstly, read the source color image and cache it. Consequently...

    kb.aspose.com/imaging/net/convert-image-to-gray...
  10. Add Circle Object to PDF file|Aspose.PDF for C++

    This article explains how to create a circle object to your PDF using Aspose.PDF for C++....BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...get_GraphInfo () -> set_Color ( Color :: get_GreenYellow ());...

    docs.aspose.com/pdf/cpp/add-circle/