Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 4,952 for

shape position

(0.13 sec)
  1. Data Visualization API for .NET

    Visualization with .NET...attributes such as color, shape, position, size, value, texture,...

    products.aspose.com/gis/nl/viewer/
  2. Working with Window Elements|Documentation

    This section explains get property of window elements in visio with Aspose.Diagram....dynamic grid helps you position new shapes vertically and horizontally...horizontally relative to the shapes you’ve already placed in the drawing...

    docs.aspose.com/diagram/net/working-with-window...
  3. HtmlSaveOptions.exportRoundtripInformation prop...

    HtmlSaveOptions.exportRoundtripInformation property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB...hidden bookmarks, original shape positions, // or footnotes will be...bookmarks and original shape positions. // If we set the "ExportRoundtripInfor"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Working with Window Elements|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....dynamic grid helps you position new shapes vertically and horizontally...horizontally relative to the shapes you’ve already placed in the drawing...

    docs.aspose.com/diagram/java/working-with-windo...
  5. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...Position = 0; var loadOptions = new...QRCodeDimension / 1.36) * 96; Shape shape = builder.InsertImage(this...

    forum.aspose.com/t/how-to-imprve-performance-be...
  6. How to Add Circle to PDF using Python

    This article guides on how to add circle to PDF using Python. It contains detailed information about the IDE and stepwise process to insert circle in PDF using Python....class to create a circle where position and radius are provided. Once...created, it is added to the shapes collection of the graph object...

    kb.aspose.com/pdf/python/how-to-add-circle-to-p...
  7. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....format("{0} shape {1}, of type {2}.{3}", mOutFileName...value determining how DrawingML shapes are rendered. getDocumentPartSavin()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Rotate SVG – C# Examples – Aspose.SVG for .NET

    C# examples for SVG rotation with Aspose.SVG. Consider cases of using the rotate function in the transform attribute and in transformation matrix....set attributes specifying position, size, fill, and transformation...SVGDocument(Path. Combine (DataDir, "shapes.svg" )); 5 6 // Get the root...

    docs.aspose.com/svg/net/rotate-svg/
  9. Data Visualization API for .NET

    Visualization with .NET...attributes such as color, shape, position, size, value, texture,...

    products.aspose.com/gis/net/viewer
  10. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = new Document("D:\\test.doc…...foreach (Shape shape in testDoc.GetChildNodes(NodeType.Shape, true))...true)) { if (shape.HasChart) { // Render the chart to an image var...

    forum.aspose.com/t/problems-with-title-and-lege...