Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 222,949 for

new

(0.11 sec)
  1. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。...document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/zh/net/add-circle/
  2. Გადაიყვანეთ PDF Გამოსახულება C#

    გადაიყვანეთ PDF Გამოსახულება C# ფორმატში კოდით. შეინახეთ PDF როგორც Გამოსახულება C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/pdf...
  3. Გადაიყვანეთ TEXT PNG C#

    გადაიყვანეთ TEXT PNG C# ფორმატში კოდით. შეინახეთ TEXT როგორც PNG C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/tex...
  4. Გადაიყვანეთ HTML GIF C#

    გადაიყვანეთ HTML GIF C# ფორმატში კოდით. შეინახეთ HTML როგორც GIF C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/htm...
  5. Გადაიყვანეთ JPG TIFF C#

    გადაიყვანეთ JPG TIFF C# ფორმატში კოდით. შეინახეთ JPG როგორც TIFF C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.tiff" , new ImageSaveOptions(SaveFormat.Tiff));...

    products.aspose.com/words/ka/net/conversion/jpg...
  6. Manage Presentation Slide Masters on Android|As...

    Manage Slide Masters in Aspose.Slides for Android: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise Java examples.... When a new slide is added to a presentation...getSlides() list, and every new slide is added to the end of...

    docs.aspose.com/slides/androidjava/slide-master/
  7. Comment.removeAllReplies method | Aspose.Words ...

    Comment.removeAllReplies method. Removes all replies to this comment....let doc = new aw . Document (); let comment = new aw . Comment...Bloggs" , "J.B." , Date . now (), "New reply" ); comment . addReply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...Here is my code: var scene = new Scene(); scene.Open(“benign.3ds”);...geometry is loaded var scene = new Scene(); scene.Open("benign.3ds");...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  9. 註釋 PDF 應用程式介面 | Aspose.PDF

    使用適用於任何平台的免費跨平台應用程序和高代碼 API 從 PDF 文檔中刪除註釋。...PDF file Document document = new Document ( System . IO . Path...caretAnnotation1 = new CaretAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hant/annotation/
  10. Extracting RAR Archives | Aspose.Zip Documentation

    Learn how to extract RAR archives in Java with detailed steps and solutions to common issues....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/extracting-rar-archives/