Sort Score
Result 10 results
Languages All
Labels All
Results 6,531 - 6,540 of 50,830 for

shape

(2.28 sec)
  1. Փոխարկել WORD HTML C++

    Փոխարկեք WORD ը HTML ձևաչափի C++ կոդով: Պահեք WORD որպես HTML օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.docx"); shape->Get...

    products.aspose.com/words/hy/cpp/conversion/wor...
  2. Փոխարկել TEXT SVG C++

    Փոխարկեք TEXT ը SVG ձևաչափի C++ կոդով: Պահեք TEXT որպես SVG օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.txt"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/tex...
  3. Გადაიყვანეთ HTML EPUB C++

    გადაიყვანეთ HTML EPUB C++ ფორმატში კოდით. შეინახეთ HTML როგორც EPUB C++....auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/ka/cpp/conversion/htm...
  4. Გადაიყვანეთ HTML DOC C++

    გადაიყვანეთ HTML DOC C++ ფორმატში კოდით. შეინახეთ HTML როგორც DOC C++....auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/ka/cpp/conversion/htm...
  5. Support of Fill Layers|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....gradient creates a diamond shape from the starting point. Support...

    docs.aspose.com/psd/net/support-of-fill-layers/
  6. Unable to Adjust TextBox Height Correctly - Fre...

    I want to place text in a TextBox and adjust its border to a size that displays all the text, but even when I use TextBody.TextAlignment.AutoSize = true—which corresponds to Excel’s feature that automatically resizes th…...does not correctly trigger the shape’s dimensions to resize according...

    forum.aspose.com/t/unable-to-adjust-textbox-hei...
  7. FORMCHECKBOX fields missing in converted doc/do...

    A .doc/.dot to odt convertet (saved) file contains “field:type=vnd.oasis.opendocument.field.FORMCHECKBOX” fields. This fields does not shown up in Aspose online editor or after converting to pdf. Is there any Workaroun…...FORM‑CHECKBOX element with a visible shape or text) before handing it to...

    forum.aspose.com/t/formcheckbox-fields-missing-...
  8. Insert ActiveX Control into Visio via .NET | pr...

    C# source code to insert ActiveX Control into Visio on .NET Framework, .NET Core, Mono Platforms....//Add activex control as Visio shape long btnId = page.AddActiveXControl(Aspose...

    products.aspose.com/diagram/net/developer/inser...
  9. Several Image Into JPG C#

    Merge multiple Image into JPG in C# code. Save Image as JPG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-jpg/
  10. Several JPG Into GIF C#

    Merge multiple JPG into GIF in C# code. Save JPG as GIF using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-gif/