Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 213,057 for

new

(0.45 sec)
  1. ConvertUtil.inchToPoint method | Aspose.Words f...

    ConvertUtil.inchToPoint method. Converts inches to points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Add content to demonstrate the new margins. builder . writeln (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Load Source Excel File Without Charts with Java...

    Learn how to load an Excel file without charts using Aspose.Cells for JavaScript via C++....filter the data const options = new LoadOptions (); // Include everything...charts options . loadFilter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/javascript-cpp/load-sourc...
  3. 渲染选项 – Aspose.HTML for .NET

    了解 Aspose.HTML for .NET 中的渲染选项,以便将 HTML 自定义渲染为 PDF、XPS、DOCX 和图像。获得随时可用的 C# 示例...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/rendering-options/
  4. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert JPG To Image C#

    Convert JPG to Image format in C# code. Save JPG as Image using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/net/conversion/jpg-to...
  7. Convert JPG To JPG C#

    Convert JPG to JPG format in C# code. Save JPG as JPG using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/net/conversion/jpg-to...
  8. Convert PDF To BMP C#

    Convert PDF to BMP format in C# code. Save PDF as BMP 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...
  9. Convert DOC To Image C#

    Convert DOC to Image format in C# code. Save DOC as Image 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...
  10. Manage Presentation BLOBs in .NET for Efficient...

    Manage BLOB data in Aspose.Slides for .NET to streamline PowerPoint and OpenDocument file operations for efficient presentation handling....avi" ; // Creates a new presentation to which the video...using ( Presentation pres = new Presentation ()) { using ( FileStream...

    docs.aspose.com/slides/net/manage-blob/