Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 150,903 for

2

(0.11 sec)
  1. Calculation of area and circumference of the ci...

    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....entities and use the formula “2 * Math.PI * radius” . Example:...

    docs.aspose.com/cad/net/developer-guide/how-to/...
  2. ChartXValueCollection.formatCode property | Asp...

    ChartXValueCollection.formatCode property. Gets or sets the format code applied to the X values....9 , 2.45 , 3 ], [ 1 , - 0.9 , 1.82 , 0 ], [ 2 , 1.1 , 2.95 ,... 2 ]); // Show data labels. series . hasDataLabels = true ; series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CompatibilityOptions.use_printer_metrics proper...

    CompatibilityOptions.use_printer_metrics property. Use Printer Metrics To Display Documents....“Microsoft OpenXPS Class Driver 2” and “Microsoft Print to PDF”...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在 Visio 页面中自动放置一组形状|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....setDistanceInHorizon ( 2 ) options . setDistanceInVertica ( 2 ) # set auto...

    docs.aspose.com/diagram/zh/python-java/auto-spa...
  5. Convert PDF to HTML page by page - Free Support...

    I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...tahir March 25, 2025, 8:41pm 2 @dimentyua Are you looking for...SplitIntoSets<Page>(doc.Pages, 2); foreach(var page in doc.Pages)...

    forum.aspose.com/t/convert-pdf-to-html-page-by-...
  6. Convert PDF to Xps creates bloated file - Free ...

    I converted the attached 10 page 10mb pdf file to xps and created a massive bloated 71mb .xps file using the following code: Is there a better way? help! MemoryStream inStreamPdf = new MemoryStream(inDocument); …...codewarior February 5, 2014, 1:29am 2 Hi David, Thanks for contacting...notifier September 19, 2025, 2:45pm 3 The issues you have found...

    forum.aspose.com/t/convert-pdf-to-xps-creates-b...
  7. Aspose.Imaging for .NET 24.6 - Free Support For...

    Hello Thanks for implementing IMAGINGNET-6714 Implement ExifData transferring between supporting formats on export ExifData and XmpData property to image options to make data transferring more convenient. Now when co…... 2 issues when loading jpg and saving...Denis.Sitko July 15, 2024, 7:53pm 2 @australian.dev.nerds , Image...

    forum.aspose.com/t/aspose-imaging-for-net-24-6/...
  8. ImageSize.HorizontalResolution | Aspose.Words f...

    Discover the ImageSize HorizontalResolution property to easily obtain the DPI for your images, enhancing quality and precision in your projects....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::ParagraphFormat::get_PageBreakBe...

    Aspose::Words::ParagraphFormat::get_PageBreakBefore method. True if a page break is forced before the paragraph in C++....builder -> Writeln ( u "Paragraph 2." ); auto layoutCollector = System...idx_get ( 0 ))); ASSERT_EQ ( 2 , layoutCollector -> GetStartPageIndex...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. 如何获取段落样式的本地名称 - Free Support Forum - aspose.com

    比如document.getStyles().getByStyleIdentifier(0).getName()我希望得到”标题 1“,而不是”Heading 1“...deryushev May 22, 2025, 6:46pm 2 @Crane 尝试使用 doc.getStyles().get(”标题...

    forum.aspose.com/t/topic/312966