Sort Score
Result 10 results
Languages All
Labels All
Results 8,591 - 8,600 of 149,760 for

2

(0.14 sec)
  1. Aspose.word for net 使用GetShapeRenderer().Save渲染...

    ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.Png); imageOptions.PaperColor = Color.Transparent; imageOptions.Resolution = 200; // 设置分辨率 var memoryStream = new MemoryStream(); shape.GetShapeRe…...words-net Calvin95 October 28, 2025, 2:22am 1 ImageSaveOptions imageOptions...Discourse October 28, 2025, 2:23am 2 @Calvin95 在使用 GetShapeRenderer()...

    forum.aspose.com/t/aspose-word-for-net-getshape...
  2. Document.Print | Aspose.Words for .NET

    Effortlessly print your entire document to your default printer with our streamlined Document Print method. Enjoy fast, hassle-free printing!... Print (); // 2 - Specify a printer that we wish...default printer: doc . Print (); // 2 - Specify a printer that we wish...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Aspose::Words::CleanupOptions::get_UnusedBuilti...

    Aspose::Words::CleanupOptions::get_UnusedBuiltinStyles method. Specifies that unused BuiltIn styles should be removed from document in C++....builder -> Writeln ( u "Item 2" ); // Now, there is one unused...cleanupOptions ); ASSERT_EQ ( 2 , doc -> get_Styles () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/cle...
  4. Aspose::Words::CleanupOptions::get_UnusedStyles...

    Aspose::Words::CleanupOptions::get_UnusedStyles method. Specifies whether unused styles should be removed from document. Default value is true in C++....builder -> Writeln ( u "Item 2" ); // Now, there is one unused...cleanupOptions ); ASSERT_EQ ( 2 , doc -> get_Styles () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/cle...
  5. Specific file fails to open with ToDouble error...

    I have a specific file from a customer that is failing when I call new Project(FileStream fs). I am attaching the file. The exception is: System.InvalidOperationException HResult=0x80131509 Message=ToDouble: encounte…...#=zMISY6U$$KGZc, IDictionary 2 #=z$FkpQLDRu9RZqVKadg==) at #...8Ss=.#=zRIpsRuE=(IDictionary 2 #=zcCJlPriNaP4XBDC43g==) at #...

    forum.aspose.com/t/specific-file-fails-to-open-...
  6. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); // Save PDF document srcDocument...

    docs.aspose.com/pdf/zh/net/move-pages/
  7. DocumentBuilder.moveTo method | Aspose.Words fo...

    DocumentBuilder.moveTo method. Moves the cursor to an inline node or to the end of a paragraph.... at ( 2 ). nodeType ). toEqual ( aw ....run. builder . writeln ( "Run 2. " ); expect ( doc . getText ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentBuilder.move_to method | Aspose.Words f...

    DocumentBuilder.move_to method. Moves the cursor to an inline node or to the end of a paragraph....BOOKMARK_END , first_paragraph_nodes [ 2 ] . node_type ) # The document...writeln ( 'Run 2. ' ) self . assertEqual ( 'Run 2. \r Run 1.' ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Update Links in PDF|Aspose.PDF for C++

    Update links in PDF programmatically with Aspose.PDF for C++. This guide is about how to update links in PDF file.... Using 2 means page will be displayed in...XYZExplicitDestinati > ( 1 , 1 , 2 , 2 )); // Save the document with...

    docs.aspose.com/pdf/cpp/update-links/
  10. FieldToa.entry_category property | Aspose.Words...

    FieldToa.entry_category property. Gets or sets the integral category for entries included in the table....insert_toa_entry ( builder , '2' , 'Source 2' ) # This entry will appear...insert_toa_entry ( builder , '1' , 'Source 2' ) field_ta . is_bold = True field_ta...

    reference.aspose.com/words/python-net/aspose.wo...