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

new

(0.09 sec)
  1. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space.... Create a new C# project in Visual Studio....license : License license = new License (); license . SetLicense...

    docs.aspose.com/ocr/net/archival-scanning/
  2. 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...
  3. VbaModuleCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your VBA projects with the VbaModuleCollection Add method, allowing seamless addition of modules for improved functionality....Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  4. 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...
  5. 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...
  6. 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...
  7. 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-...
  8. 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-...
  9. Comparer.Create | Aspose.Words for .NET

    Discover how to effectively use the Comparer Create method to generate New instances of the converter processor for enhanced performance and efficiency....Contents [ Hide ] Create() Creates new instance of the converter processor...Create( ComparerContext ) Creates new instance of the comparer processor...

    reference.aspose.com/words/net/aspose.words.low...
  10. 使用 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...