Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 666,705 for

2

(0.22 sec)
  1. ResizeWidthProportionally | Aspose.Imaging for ...

    按比例调整宽度...使用最近邻重采样放大 2 倍。 image . ResizeWidthProportio ( image . Width * 2 , Aspose...使用最近邻重采样缩小 2 倍。 image . ResizeWidthProportio ( image . Width / 2 , Aspose...

    reference.aspose.com/imaging/zh/net/aspose.imag...
  2. ResizeWidthProportionally | Aspose.Imaging for ...

    按比例调整宽度...使用最近邻重采样放大 2 倍。 image . ResizeWidthProportio ( image . Width * 2 , Aspose...使用最近邻重采样缩小 2 倍。 image . ResizeWidthProportio ( image . Width / 2 , Aspose...

    reference.aspose.com/imaging/zh/net/aspose.imag...
  3. Custom Shape|Aspose.Slides Documentation

    Add custom shape in PowerPoint presentation in C++...All shapes consist of at least 2 anchor points linked to each other...corner point is a point where 2 straight lines join at an angle...

    docs.aspose.com/slides/cpp/custom-shape/
  4. Image.Save() too slow C# - Free Support Forum -...

    For Jpeg and PNG images it takes anywhere from 10-60 seconds to save an image as a pdf. This is unacceptable for our application. It has slowed down our processing tremendously. The code in the else statement was fast bu…...Length / 1048576) * 2) : 10; streamToConvert.Position...Discourse November 13, 2024, 4:45pm 2 @scoutd It seems that you are...

    forum.aspose.com/t/image-save-too-slow-c/294187
  5. GdFlResource | Aspose.PSD for .NET API 参考

    类 GdFlResource 此资源包含有关剪辑元素混合的信息...= 2 ) { throw new Exception ( "Resource...transparencyPoints [ 2 ]. Opacity ) > 0.25 || transparencyPoints [ 2 ]. Location...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  6. RevisionType | Aspose.Words for Java

    Specifies the type of change being tracked in Revision in Java....assertEquals(2, doc.getRevisions().getCount());...builder.write("This is revision #2."); // Now move the node to create...

    reference.aspose.com/words/java/com.aspose.word...
  7. How to add color while adding value of merge fi...

    I have used datset for add value in table, so How to add color while adding value of merge field using java...kalpeshAspose1997 April 7, 2023, 2:07pm #1 I have used datset for...noskov April 7, 2023, 4:50pm #2 @kalpeshAspose1997 You can achieve...

    forum.aspose.com/t/how-to-add-color-while-addin...
  8. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent revisions in the document. To learn more, visit the documentation article in C++....get_RevisionType ()); ASSERT_EQ ( 2 , doc -> get_Revisions () -> get_Count...Write ( u "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/cpp/aspose.words/rev...
  9. Items | Aspose.PSD for .NET API Reference

    Items IText.Items property Gets the items. public ITextPortion [] Items { get ; } Property Value The items. Examples ......= "color" || portions [ 2 ]. Text != " text\r" || portions...Justification != 0 || ( int ) portions [ 2 ]. Paragraph . Justification ...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  10. Convert tiff to pdf in Java using aspose api - ...

    Hello team, We have a requirement in our project to convert tiff images to pdf.I am trying to use aspose api to do the same. But the issue is image height and width for the tiff files are not constant. Also sometimes re…...Product Family Priya05 August 2, 2022, 9:46am #1 Hello team, We...} double[] size = new double[2]; size[0] = targetWidth; //width...

    forum.aspose.com/t/convert-tiff-to-pdf-in-java-...