Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 214,294 for

new

(0.13 sec)
  1. PSB zmenšit velikost řešení | products.aspose.com

    Snižte velikost souborů PSD...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cz/reduce-size/psb/
  2. PSB Reduce Size Solution | products.aspose.com

    Reduce PSD files size...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/reduce-size/psb/
  3. Aspose.Reporting.Services | Aspose.Tasks Docume...

    Aspose.Reporting.Services is a .NET library used to manage and generate reports with Aspose's reporting components....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/reporting-services/
  4. ChartDataTable | Aspose.Words for Java

    Allows to specify properties of a chart data table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); double[] xValues = new double[] { 2020.0, 2021.0, 2022...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose.PSD for .NET 24.5 - 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....{ RawColor backgroundColor = new RawColor ( PixelDataFormat ....White PsdOptions psdOptions = new PsdOptions ( psdImage ) { ColorMode...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  6. Make Booklet of PDF|Aspose.PDF for Java

    This section explains how to make booklet of PDF with com.aspose.pdf.facades using PdfFileEditor class.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades...

    docs.aspose.com/pdf/java/make-booklet-of-pdf/
  7. 档案

    档案...doc = new Document (); // 初始化 Page 类对象 Page page = new Page ();...Outline 类对象 Outline outline = new Outline (); // 初始化 TextStyle...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  8. AnthropicAiModel class | Aspose.Words for Node.js

    Aspose.Words.AI.AnthropicAiModel class. An abstract class representing the integration with Anthropic’s AI models within the Aspose.Words....create(modelType) Creates a new instance of AiModel class. (Inherited...createClaude35Haiku() Creates a new instance of Claude 3.5 Haiku...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用 C# 製作 DOC

    通過幾個步驟在 C# 中創建一個新的 DOC。使用 .NET 庫輕鬆創建 DOC。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/doc/
  10. IsInLineParagraph only works on first page Foot...

    When using the IsInLineParagraph = true option inside of a HeaderFooter, the paragraph is properly rendered as inline on the first page, however on subsequent pages the paragraph is rendered as if IsInLineParagraph = fal…...Document pdf = new Document(); Page page1 = pdf...Pages.Add(); page1.Footer = new HeaderFooter(); page1.Footer...

    forum.aspose.com/t/isinlineparagraph-only-works...