Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 27,080 for

x

(0.11 sec)
  1. Working with Gradient in PS file | Python

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...options, False) 20 21 offset_x = 200. 22 offset_y = 100. 23 width...pydrawing . RectangleF (offset_x, offset_y, width, height)) 29...

    docs.aspose.com/page/python-net/ps/working-with...
  2. Convert Images using C# Image Processing Librar...

    Using C# Image Processing Library API, convert images to black and white, grayscale, raster images to PDF and SVG, RGB system to CMYK, Corel Draw, WebP, EPS, CMX, DICOM, and eXport, eXpand or crop images....needs to create a rectangle with X and Y coordinates and specify...height of the rectangle box. The X,Y and Width, Height of rectangle...

    docs.aspose.com/imaging/net/converting-images/
  3. Work with Digital Signatures in C++|Aspose.Word...

    Digitally sign documents and detect, count, verify, and remove eXisting digital signatures....Words allows you to create X.509 certificate, a digital certificate...the internationally accepted X.509 PKI standard to verify that...

    docs.aspose.com/words/cpp/working-with-digital-...
  4. 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/
  5. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptX file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...Position logo in freed space x = title_shape.x + title_shape.width +...add_picture_frame( slides.ShapeType.RECTANGLE, x, y, LOGO_W, LOGO_H, ppt_image...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  6. Working with Vector Graphics using Python|Aspos...

    This article describes the features of working with GraphicsAbsorber tool using Python.... x } , { element . position . y }...Move graphics by shifting its X and Y coordinates element . position...

    docs.aspose.com/pdf/python-net/working-with-vec...
  7. 从PDF生成缩略图|Aspose.PDF for .NET

    本节描述如何从PDF文档生成缩略图... x ; pdfRect . Top = 0 ; pdfRect...string templateFile = pdfPoint . x < pdfPoint . y ? templatePortraitFile...

    docs.aspose.com/pdf/zh/net/generate-thumbnail-i...
  8. # Symbols Are Appearing for a Number Column in ...

    Hi Team, I’m attaching the sample output file with standalone program to reproduce the issue. I want to see the entire number in table in second column but appears as # symbols. import java.awt.Color; import java.io.B…...XLSX); float x = 28.5f; float y = 101; float...getShapes().addOleObjectFrame(x, y, width, height, dataInfo);...

    forum.aspose.com/t/symbols-are-appearing-for-a-...
  9. 使用 XFA 表单|Aspose.PDF for .NET

    Aspose.PDF for .NET API 让您在 PDF 文档中处理 XFA 和 XFA Acroform 字段。Aspose.Pdf.Facades....以下代码片段展示了获取 XFA 表单字段的 X 和 Y 坐标的步骤。 // For complete examples...( names [ 0 ]). Attributes [ "x" ]. Value ); Console . WriteLine...

    docs.aspose.com/pdf/zh/net/xfa-forms/
  10. Customize Chart Axes in Presentations in .NET|A...

    Discover how to use Aspose.Slides for .NET to customize chart aXes in PowerPoint presentations for reports and visualizations....moves to the horizontal axis (x-axis) and vice versa. This C#...This is useful for shifting the X-axis up or down or for emphasizing...

    docs.aspose.com/slides/net/chart-axis/