Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 50,477 for

shapes

(0.3 sec)
  1. Stisnite JPG V C#

    Stisnite JPG v C# brez izgube kakovosti. Optimizirajte vsebino JPG, enostavno zmanjšajte velikost datoteke....new DocumentBuilder(doc); var shape = builder.InsertImage( "Input...Jpeg) { JpegQuality = 50 }; shape.GetShapeRenderer().Save( "Output...

    products.aspose.com/words/sl/net/compress/jpg/
  2. Komprimovať TIFF V C++

    Komprimujte TIFF v C++ bez straty kvality. Optimalizujte obsah TIFF, jednoducho zmenšite veľkosť súboru....<DocumentBuilder>(doc); auto shape = builder-> InsertImage ( u"Input...set_TiffCompression (TiffCompression::Lzw); shape-> GetShapeRenderer ()-> Save...

    products.aspose.com/words/sk/cpp/compress/tiff/
  3. Стиснути JPG У C++

    Стисніть JPG у C++ без втрати якості. Оптимізуйте вміст JPG, легко зменшуйте розмір файлу....<DocumentBuilder>(doc); auto shape = builder-> InsertImage ( u"Input...saveOptions-> set_JpegQuality ( 50 ); shape-> GetShapeRenderer ()-> Save...

    products.aspose.com/words/uk/cpp/compress/jpg/
  4. Komprimer JPG I C++

    Komprimer JPG i C++ uden at miste kvalitet. Optimer JPG indhold, reducer nemt filstørrelsen....<DocumentBuilder>(doc); auto shape = builder-> InsertImage ( u"Input...saveOptions-> set_JpegQuality ( 50 ); shape-> GetShapeRenderer ()-> Save...

    products.aspose.com/words/da/cpp/compress/jpg/
  5. Suspausti JPG C#

    Suspausti JPG C# neprarandant kokybės. Optimizuokite JPG turinį, lengvai sumažinkite failo dydį....new DocumentBuilder(doc); var shape = builder.InsertImage( "Input...Jpeg) { JpegQuality = 50 }; shape.GetShapeRenderer().Save( "Output...

    products.aspose.com/words/lt/net/compress/jpg/
  6. Aspose::Words::Drawing::ShapeBase::get_Rotation...

    Aspose::Words::Drawing::ShapeBase::get_Rotation method. Defines the angle (in degrees) that a shape is rotated. Positive value corresponds to clockwise rotation angle in C++....the angle (in degrees) that a shape is rotated. Positive value corresponds...DocumentBuilder > ( doc ); // Insert a shape with an image. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. HorizontalAlignment Enum | Aspose.Words لـ .NET

    اكتشف خاصية Aspose.Words.Drawing.HorizontalAlignment للتحكم الدقيق في المحاذاة الأفقية في إطارات النصوص العائمة والجداول. حسّن تصميم مستندك!... Shape shape = builder . InsertImage (..."Logo.jpg" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/ar/net/aspose.words....
  8. HorizontalAlignment Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.Drawing.HorizontalAlignment-uppräkningen för exakt kontroll över horisontell justering i flytande textramar och tabeller. Förbättra din dokumentlayout!... Shape shape = builder . InsertImage (..."Logo.jpg" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/sv/net/aspose.words....
  9. Cambiar la posición de una forma en PHP|Documen...

    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....vsd" ); $shapes = $diagram -> getPages () ->...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/es/java/change-the-posi...
  10. How to place an image in cell basically in exce...

    I have a excel sheet containing image now I want copy that image paste into another sheet cell and place the image in cell…how to do that?...destCells[8, 5]; Shape shape = destSheet.Shapes.AddCopy(picture...columnWidth / (double)rowHeight) { shape.Height = rowHeight; int percentWidth...

    forum.aspose.com/t/how-to-place-an-image-in-cel...