Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 112,537 for

new

(0.15 sec)
  1. DocumentLoadingArgs Class | Aspose.Words for .NET

    Explore the Aspose.Words.Loading.DocumentLoadingArgs class for efficient document loading. Enhance your workflow with powerful notification arguments....LoadingProgressCallb progressCallback = new LoadingProgressCallb (); LoadOptions...LoadOptions loadOptions = new LoadOptions { ProgressCallback = progressCallback...

    reference.aspose.com/words/net/aspose.words.loa...
  2. FieldChar.getField method | Aspose.Words for No...

    FieldChar.getField method. Returns a field for the field char.... getField () Remarks A new Field object is created each...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FontConfigSubstitutionRule.ResetCache | Aspose....

    Optimize your font management with the FontConfigSubstitutionRule ResetCache method. Effortlessly clear fontconfig results for improved performance....FontSettings fontSettings = new FontSettings (); FontConfigSubstituti...FontConfigSubstituti ; bool isWindows = new [] { PlatformID . Win32NT , PlatformID...

    reference.aspose.com/words/net/aspose.words.fon...
  4. FontConfigSubstitutionRule.IsFontConfigAvailabl...

    Discover if the FontConfig utility is available with the IsFontConfigAvailable method. Ensure optimal font management for your applications....FontSettings fontSettings = new FontSettings (); FontConfigSubstituti...FontConfigSubstituti ; bool isWindows = new [] { PlatformID . Win32NT , PlatformID...

    reference.aspose.com/words/net/aspose.words.fon...
  5. FontSubstitutionSettings.FontConfigSubstitution...

    Explore FontSubstitutionSettings for optimized font config. Discover how to enhance typography with effective substitution rules for better design....FontSettings fontSettings = new FontSettings (); FontConfigSubstituti...FontConfigSubstituti ; bool isWindows = new [] { PlatformID . Win32NT , PlatformID...

    reference.aspose.com/words/net/aspose.words.fon...
  6. ChartSeries.Remove | Aspose.Words for .NET

    Effortlessly remove X values, Y values, and bubble sizes from your chart series with the ChartSeries Remove method. Streamline your data visualization today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...department2Series . Remove ( 0 ); // Add new values to the both series. ChartXValue...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Convert PDF to PDF/A | Aspose.PDF for .NET | Fo...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with some embedded fonts (Sample_input.pdf) the processed file has other font names (some …...(var doc = new Document(input)) { var options = new PdfFormat...PDF document using (var doc = new Document(input)) { // Set up...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  8. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...using ( BarCodeReader reader = new BarCodeReader ( $"{path}multiple_codes...using ( BarCodeReader reader = new BarCodeReader ()) { //set path...

    docs.aspose.com/barcode/net/set-barcode-source/
  9. LoadOptions.ProgressCallback | Aspose.Words for...

    Discover the LoadOptions ProgressCallback property to track document loading progress efficiently. Enhance your app's performance and user experience!...LoadingProgressCallb progressCallback = new LoadingProgressCallb (); LoadOptions...LoadOptions loadOptions = new LoadOptions { ProgressCallback = progressCallback...

    reference.aspose.com/words/net/aspose.words.loa...
  10. Aspose.HTML HTML converted to DOCX no content n...

    We are currently leveraging the Converter.ConvertHTML to create a DOCX file from HTML content. // Use a MemoryStreamProvider to handle the in-memory conversion var streamProvider = New MemoryStreamProvider(); //…...conversion var streamProvider = new MemoryStreamProvider(); // Initialize...HTML document var document = new HTMLDocument(html.Model, ".");...

    forum.aspose.com/t/aspose-html-html-converted-t...