Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 27,007 for

x

(0.07 sec)
  1. SVG Scaling – C# Examples – Aspose.SVG for .NET

    C# eXamples for SVG scaling using Aspose.SVG. Consider cases where the scale function is used in the transform attribute and in transformation matriX....allows scaling images along the x- and y-axis. The sy scaling factor...by a factor of 2 in both the x and y dimensions. To add the circleElement...

    docs.aspose.com/svg/net/svg-scaling/
  2. Text out of tables converting pdf to docx - Fre...

    Hi converting from pdf the teXt in docX file is unformatted in docX output file. this the code to convert from pdf to docX. string fileSource = @"C:\temp\XXX.pdf"; Aspose.Words.Document X = new Aspose.Words.Document(fil…...Document x = new Aspose.Words.Document(fileSource);...ChangeExtension(fileSource, "docx"); x.Save(fileName); is there a way...

    forum.aspose.com/t/text-out-of-tables-convertin...
  3. Working with Protection|Documentation

    This section eXplains how to set protection in the diagram with Aspose.Diagram....protection include width, height, x-position, y-position, rotation...

    docs.aspose.com/diagram/net/working-with-protec...
  4. Flip Image in Python

    This tutorial discusses how to flip image in Python. It eXplains the system configuration, the stepwise process, and a sample code to mirror image in Python....90, 180, or 270 degrees along X, Y, or both XY axes before writing...

    kb.aspose.com/imaging/python/flip-image-in-python/
  5. Draw Lines in C#

    This brief article covers how to draw lines in C#. It includes the IDE settings, stepwise program flow, and a runnable code sample for easy line drawing in C#....height and then setting the (x, y) position using coordinates...

    kb.aspose.com/drawing/net/draw-lines-in-csharp/
  6. Working with Protection|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....protection include width, height, x-position, y-position, rotation...

    docs.aspose.com/diagram/python-java/working-wit...
  7. Manage Connectors in Presentations Using C++|As...

    Empower C++ apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....the connector float x = connector -> get_X () + connector -> get_Width...AddAutoShape ( ShapeType :: Rectangle , x , y , 0.0f , height ); The result:...

    docs.aspose.com/slides/cpp/connector/
  8. 使用C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍了如何使用C++ API在将EXcel文件渲染为PDF文件格式时,设置所需工作表的自定义纸张大小。...00 x 4.00 in" ); // Save the workbook...

    docs.aspose.com/cells/zh/cpp/implement-custom-p...
  9. AxisCrosses Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AXisCrosses enum for defining aXis crossing points, enhancing your charting capabilities effortlessly....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Advanced SVG Builder API for C# – Aspose.SVG

    EXplore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....starting point of the path (Move to x=5, y=0). 5 . M (5, 0) 6 // 'L'...point to the new point (Line to x=10, y=10). 7 . L (10, 10) 8 //...

    docs.aspose.com/svg/net/svg-builder-api/