Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 214,432 for

new

(0.16 sec)
  1. Convert DOC To PNG C#

    Convert DOC to PNG format in C# code. Save DOC as PNG using C#....doc = new Document( "Input.doc" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/doc-to...
  2. Convert WORD To TIFF C#

    Convert a Word document to TIFF format in C# code. Save a Word document as TIFF using C#....doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/word-t...
  3. Convert PDF To PNG C#

    Convert PDF to PNG format in C# code. Save PDF as PNG using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...
  4. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Working with ContentTypeProperties with JavaScr...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for JavaScript via C++....Creating a new Workbook with Xlsx format const workbook = new Workbook...contentTypePropertie . add ( "MK32" , new Date (). toISOString (), "DateTime"...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  6. ActiveX|Aspose.Slides for Node.js via .NET 文档

    查看 Aspose.Slides for Node.js ActiveX 示例:在 PPT 和 PPTX 演示文稿中插入、配置和控制 ActiveX 对象,使用清晰的 JavaScript 代码。...addActiveX () { let presentation = new aspose . slides . Presentation...accessActiveX () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  7. MarkdownEmptyParagraphExportMode Enum | Aspose....

    Learn how Aspose.Words handles empty paragraphs in Markdown export. Control formatting with MarkdownEmptyParagraphExportMode enum....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Saving::PclSaveOptions::AddPrint...

    Aspose::Words::Saving::PclSaveOptions::AddPrinterFont method. Adds information about font that is uploaded to the printer by manufacturer in C++.... “Times New Roman Bold Italic”). fontPclName...AddPrinterFont ( u "Courier New" , u "Courier" ); // When printing...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Convert DOC To JPG Java

    Convert DOC to JPG format in Java code. Save DOC as JPG using Java....*; Document doc = new Document ( "Input.doc" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/doc-t...
  10. Convert JPG To BMP Java

    Convert JPG to BMP format in Java code. Save JPG as BMP using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.bmp" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...