Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 213,599 for

new

(0.33 sec)
  1. FileFontSource.CacheKey | Aspose.Words for .NET

    Discover the FileFontSource CacheKey property, your key to efficient font management and optimized caching for enhanced performance....parsedFonts = new FontSettings (); FontSettings loadedCache = new FontSettings...SetFontsSources ( new FontSourceBase [] { new FileFontSource (...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Aspose.PSD for .NET 21.12 - Release Notes|Docum...

    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.... Load ( src , new PsdLoadOptions () { ReadOnlyMode...PsdImage ) Image . Load ( srcFile , new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  3. Convert PDF to BMP|Aspose.PDF for Android via Java

    This article describes how to convert PDF Pages to BMP image, convert all Pages to BMP images and convert single PDF page to BMP image with Java....convertPDFtoBMP () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-BMP...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  4. Convert PDF to PNG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to PNG image, convert all and single pages to PNG images with Aspose.PDF for Android via Java....convertPDFtoPNG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-PNG...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  5. Set PDF Expiration in PHP|Aspose.PDF for Java

    Discover how to set an expiration date for a PDF file in PHP, controlling access with Aspose.PDF.... $doc = new Document ( $dataDir . "input1..."input1.pdf" ); $javascript = new JavascriptAction ( "var year=2014;...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...
  6. IBarcodeGenerator.GetBarcodeImage | Aspose.Word...

    Effortlessly create custom barcode images with iBarcodeGenerator's GetBarcodeImage method. Ideal for enhancing your DisplayBarcode field efficiently!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Chart.Series | Aspose.Words for .NET

    Discover the Chart Series property for exclusive access to a unique collection of series. Elevate your data visualization experience today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "Series 1" , categories , new [] { 76.6 , 82.1 , 91.6 }); chart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. 使用 Javascript 製作 DOCX

    通過幾個步驟在 JavaScript 中創建一個新的 DOCX。使用 Node.js via .NET 庫輕鬆創建 DOCX。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  9. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "Numbers" , "Numbers&p" , new FindReplaceOptions ()); Shows...

    reference.aspose.com/words/net/aspose.words/ran...
  10. Create AcroForm - Create Fillable PDF in C#|Asp...

    With Aspose.PDF for .NET you may create a form from scratch in your PDF file...document using ( var document = new Aspose . Pdf . Document ()) {...var rects = new Aspose . Pdf . Rectangle [] { new Aspose . Pdf...

    docs.aspose.com/pdf/net/create-form/