Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 5,523 for

transparency

(0.15 sec)
  1. ChartにWordArtウォーターマークを追加するJavaScriptをC++経由で使用|D...

    C++を使ってMicrosoft ExcelのチャートにWordArtウォーターマークを追加する方法を学びます。ガイドでは、WordArtウォーターマークを作成し、配置して、チャートの視覚的魅力と独自性を向上させる方法を示します。...shape's fill format and set transparency const wordArtFormat = wordart... fill ; wordArtFormat . transparency = 0.9 ; // Get the line...

    docs.aspose.com/cells/ja/javascript-cpp/add-wor...
  2. Notes de publication d'Aspose.PSD pour .NET 21....

    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....de la couleur blanche par Transparent RemplacerCouleur ( Calque3.... White , 256 , Color . Transparent ); Calque2 . DrawImage (...

    docs.aspose.com/psd/fr/net/aspose-psd-for-net-2...
  3. 図形またはグラフの反射効果の操作|Documentation

    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....Transparency ReflectionEffect.Type 以下のスクリーンショットは、Shapeの...

    docs.aspose.com/cells/ja/java/working-with-the-...
  4. SheetRenderとWorkbookRenderを使用してページの印刷範囲を印刷する|Do...

    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....Document Assistant Close Create Transparent Image of Excel Worksheet...

    docs.aspose.com/cells/ja/net/printing-range-of-...
  5. Aspose.Imaging for .NET

    This API allows to manipulate images in .NET C#, ASP.NET applications. Allows to create, convert, edit, images and perform other operations on images....Create WEBP in C# Create Transparent Image using C# Put Signature...

    kb.aspose.com/imaging/net/
  6. PdfImageColorSpaceExportMode enumeration | Aspo...

    Aspose.Words.Saving.PdfImageColorSpaceExportMode enumeration. Specifies how the color space will be selected for the images in PDF document.... imageDir + "Transparent background logo.png" ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ShapeBase.fill property | Aspose.Words for Python

    ShapeBase.fill property. Gets fill formatting for the shape....property determines how transparent the color is on a 0-1 scale...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageSetup.page_height property | Aspose.Words f...

    PageSetup.page_height property. Returns or sets the height of the page in points....file_name = IMAGE_DIR + 'Transparent background logo.png' ) shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images. To learn more, visit the documentation article in C++....document into an image with transparent or colored background. auto...property to a transparent color to apply a transparent // background...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 关于groupShape.GetShapeRenderer().Save()的渲染问题 - F...

    我在使用如下代码将groupsharp保存为png图片,但是绘制内容质量不太行,是否有办法提高质量? ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat.Png) { Resolution = 300, PaperColor = Color.Transparent, GraphicsQualityOptions = new Graphic…...Transparent, GraphicsQualityOptio = new...背景透明(如果需要的话) PaperColor = Color.Transparent, // 对 PNG 没有压缩质量选项,使用默认即可...

    forum.aspose.com/t/groupshape-getshaperenderer-...