Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 10,762 for

true type

(0.04 sec)
  1. OCR.AsposeOcr Issue - Free Support Forum - aspo...

    I tried the following sample snippets but got error “The Type initializer for '​ ’ threw an exception. - The Type initializer for ‘Microsoft.ML.OnnxRuntime.NativeMethods’ threw an exception.” at this line var res = api.R…...snippets but got error “ The type initializer for ' ’ threw an...an exception. - The type initializer for ‘Microsoft.ML.OnnxRuntime...

    forum.aspose.com/t/ocr-asposeocr-issue/249552
  2. Creating Pie Chart with Leader Lines using Node...

    Learn how to use Aspose.Cells for Node.js via C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....place, we will add a Chart of type ChartType.Pie to the collection...getNSeries (). add ( "B1:B16" , true ); // Set category data range...

    docs.aspose.com/cells/nodejs-cpp/creating-pie-c...
  3. Aspose::Words::Saving::ImageSavingArgs class | ...

    Aspose::Words::Saving::ImageSavingArgs class. Provides data for the ImageSaving() event. To learn more, visit the documentation article in C++....get_IsImageAvailable () const Returns true if the current image is available...eepImageStreamOpen . static Type () Remarks By default, when...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Generate Point Cloud to DXF File Formats via Ja...

    Sample Java generate point cloud code for DXF file. Use this example code to generate point cloud to DXF file within any Web or Desktop Java based application....evaluateGlobalTransf( true ); for (Entity entity : n.getEntities())...mesh, transform); } } } return true ; }); // create an instance...

    products.aspose.com/3d/java/point-cloud/dxf/
  5. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....object’s IsBold property to true . #include <iostream> #include...style . GetFont (). SetIsBold ( true ); // Apply the style to the...

    docs.aspose.com/cells/cpp/cells-font-settings/
  6. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation.... Add ( u "A1:B3" , true ); // Convert chart to image...GetNSeries (). Add ( u "A1:B3" , true ); // Create an instance of...

    docs.aspose.com/cells/cpp/chart-to-image/
  7. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...when I set the ReadOnlyMode = true, the file is being saved but...effects UseDiskForLoadEffect = true // Prevents high RAM usage for...

    forum.aspose.com/t/index-was-outside-the-bounds...
  8. Access Mail Services using OAuth|Documentation

    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....com" , "accessToken" , true , SecurityOptions . SSLExplicit..."user1@gmail.com" , "accessToken" , true , SecurityOptions . SSLImplicit...

    docs.aspose.com/email/net/access-mail-services-...
  9. Merge EPS files to PDF using Java

    Merger EPS functionality of Aspose.Page API solution for Java allows you to combine several EPS files into a single PDF document....If SuppressErrors value was true, as it is by default, It is...13 boolean suppressErrors = true ; 14 15 //Initialize options...

    docs.aspose.com/page/java/merge/eps/
  10. Section class | Aspose.Words for Node.js

    Aspose.Words.Section class. Represents a single section in a document...CompositeNode ) hasChildNodes Returns true if this node has any child nodes...section. isComposite Returns true if this node can contain other...

    reference.aspose.com/words/nodejs-net/aspose.wo...