Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 223,126 for

new

(0.23 sec)
  1. Query Regarding PixelFormat Support in Aspose.D...

    We are in the process of migrating our .NET application from System.Drawing.Common to Aspose.Drawing (v25.7) for cross-platform support. System details: Aspose .Drawing version: 25.7.0 .NET Framework: 4.7.2 OS: Windo…...Aspose, as they often include new features and enhancements based...ARGB bitmap Bitmap bitmap = new Bitmap(width, height, PixelFormat...

    forum.aspose.com/t/query-regarding-pixelformat-...
  2. Working with Geometry Section|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....Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...geometry object LineTo lineTo = new LineTo (); //set X value lineTo...

    docs.aspose.com/diagram/java/working-with-geome...
  3. 连接器|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在形状之间添加、路由和设置连接器的样式,提供 PPT、PPTX 和 ODP 演示文稿的 Java 示例。...Presentation presentation = new Presentation (); try { ISlide...Presentation presentation = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/examples/element...
  4. 连接器|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android 在形状之间添加、路由和设置连接器的样式,并提供针对 PPT、PPTX 和 ODP 演示文稿的 Java 示例。...Presentation presentation = new Presentation (); try { ISlide...Presentation presentation = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/androidjava/examples/...
  5. Extract Message Attachments using Aspose.Email ...

    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.... Java MAPIMessage msg = new MAPIMessage ( dataDir + "message...attachments . length > 0 ) { File d = new File ( dataDir + "attachments"...

    docs.aspose.com/email/java/extract-message-atta...
  6. Text|Documentation

    Text element is used to add one or more lines of text to the form...." , "font_family" : "Courier New" , "font_style" : [ "bold" ,...lore-" , "font_family" : "Courier New" , "font_style" : [ "bold" ,...

    docs.aspose.com/omr/net/json-markup/text/
  7. FontSavingArgs.isExportNeeded property | Aspose...

    FontSavingArgs.isExportNeeded property. Allows to specify whether the current font will be exported as a font resource...supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FontSavingArgs.originalFileSize property | Aspo...

    FontSavingArgs.originalFileSize property. Gets the original font file size....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.LeftIndent | Aspose.Words for .NET

    Discover the Table LeftIndent property to easily customize your table's left indent. Enhance your design with precise control for better layouts!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...cursor is in, // as well as any new cells and rows created using...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Delete PDF pages|Aspose.PDF for .NET

    This section explains how to delete PDF pages with Aspose.PDF Facades using PdfFileEditor class....PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...to delete var pagesToDelete = new int [] { 1 , 2 }; // Delete pages...

    docs.aspose.com/pdf/net/delete-pdf-pages/