Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 30,512 for

x

(0.22 sec)
  1. Compress DOCX Files in C# via .NET | Aspose.Zip

    C# compression eXample to compress DOCX documents into zip and other archive formats on .NET Framework and .NET Core....(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...WMV (Advanced Systems Format) X (DirectX Model Image) X3D (XML...

    products.aspose.com/zip/net/compress/docx/
  2. Compress BMP Files in C# via .NET | Aspose.Zip

    C# compression eXample to compress BMP documents into zip and other archive formats on .NET Framework and .NET Core....(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...WMV (Advanced Systems Format) X (DirectX Model Image) X3D (XML...

    products.aspose.com/zip/net/compress/bmp/
  3. Compress ASP Files in C# via .NET | Aspose.Zip

    C# compression eXample to compress ASP documents into zip and other archive formats on .NET Framework and .NET Core....(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...WMV (Advanced Systems Format) X (DirectX Model Image) X3D (XML...

    products.aspose.com/zip/net/compress/asp/
  4. Compress EXIF Files in C# via .NET | Aspose.Zip

    C# compression eXample to compress EXIF documents into zip and other archive formats on .NET Framework and .NET Core....(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...WMV (Advanced Systems Format) X (DirectX Model Image) X3D (XML...

    products.aspose.com/zip/net/compress/exif/
  5. Compress MPP Files in C# via .NET | Aspose.Zip

    C# compression eXample to compress MPP documents into zip and other archive formats on .NET Framework and .NET Core....(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...WMV (Advanced Systems Format) X (DirectX Model Image) X3D (XML...

    products.aspose.com/zip/net/compress/mpp/
  6. Utility Features|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....such example could be adding the X-AnchorMailbox header that is used...); try { client . addHeader ( "X-AnchorMailbox" , "username@domain...

    docs.aspose.com/email/java/utility-features/
  7. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntaX as below: chart.ValidateCh…...ValidateChartLayout() float x = chart.ChartData.Series[0].DataPoints[0]...AddAutoShape(ShapeType.Rectangle, x, y, 20, 20); The Aspose rendered...

    forum.aspose.com/t/getting-the-exact-coordinate...
  8. 使用字形对象| C++

    aspose中的字形对象。font库功能由其具有的属性描述。代码片段可帮助您了解如何在C ++中编码字形。...AddPoint((int32_t)moveTo -> get_X(), (int32_t)moveTo -> get_Y()...AddPoint((int32_t)line -> get_X(), (int32_t)line -> get_Y(), points);...

    docs.aspose.com/font/zh/cpp/developer-guide/usi...
  9. Create and Manage Chart with JavaScript via C++...

    Learn how to use Aspose.Cells for JavaScript via C++ to create charts in Microsoft EXcel. Our guide will demonstrate various chart types and how to customize their appearance and formatting.... putValue ( "X" ); worksheet . cells . get (.... isVisible = false ; // Set X and Y values of series chart series2...

    docs.aspose.com/cells/javascript-cpp/creating-c...
  10. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...BarChart barChart = new BarChart { X = 50, Y = 500, Width = 400, Height...barChart.Series.Add(series); // ④ 添加 X 轴标签(可选) barChart.CategoryAxis...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829