Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 11,071 for

scaling

(0.92 sec)
  1. Map Generating API for .NET

    Thanks to our API for .NET, you can quickly and easily generate various random maps of both real and fictional worlds....not degrade map quality when scaling. Code sample and the result...

    products.aspose.com/gis/net/generate-map
  2. Vectorization – Basic Overview – Aspose.SVG for...

    The articles in this section explain how to convert SVG text to vector and how to convert a raster image to a vector graphic using Aspose.SVG API....storing pictures and photos, but scaling such images usually leads to...

    docs.aspose.com/svg/net/vectorization/
  3. 使用 C++ 设置页面选项|Documentation

    本文提供示例代码,以使用 C++ API 编程方式设置 Excel 工作表的页面选项。您可以设置页面方向、缩放比例、适应页面选项、纸张大小、打印质量和首页编号。... Get ( 0 ); // Set the scaling factor to 100 worksheet . GetPageSetup..."ScalingFactor_out.xls" ); std :: cout << "Scaling factor set successfully!" <<...

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  4. Printing Microsoft Project Files | Aspose.Tasks...

    This guide explains how to print Microsoft Project files using Aspose.Tasks for .NET....ensures proper pagination and scaling so that the content remains...

    docs.aspose.com/tasks/net/printing-a-project/
  5. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...double scale = maxWidth / shape.Width; shape.Width *= scale; shape...shape.Height *= scale; } } } margarita.samodurova February 26,...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...
  6. IBarcodeGenerator.get_old_barcode_image method ...

    IBarcodeGenerator.get_old_barcode_image method. Generate barcode image using the set of parameters (for old-fashioned Barcode field)....Exception as e : return def_val def scale_factor ( self , scaleFactor...def_val ): """Calculates the scale factor based on the provided...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Add texts with different fonts in PS files

    C++ API Solution to create and manipulate vector graphics shapes and text of PS, XPS and EPS files. Insert text into PS file.... Text Rotation and Scaling - The rotate operator can be...angle, and the scale operator can be used to scale text up or down...

    products.aspose.com/page/cpp/add-text-to-ps/
  8. Manage PowerPoint Text Paragraphs in .NET|Aspos...

    Master paragraph formatting with Aspose.Slides for .NET—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C#....previous approach by adding scaling factors to the paragraph image...and saved as an image with a scaling factor of 2 . This allows for...

    docs.aspose.com/slides/net/manage-paragraph/
  9. Text Looks Different When Converting a Presenta...

    Hi Team, I have a sample PPTX slide which has one shape. When I obtain the image of this shape using Aspose, the image is different from the original shape. There are two issues: a) The text in the PPTX is bold, while …...to specify the bounds and scaling for the image. Here’s an example...accurately. You can adjust the scaling parameters as needed. If you...

    forum.aspose.com/t/text-looks-different-when-co...
  10. Manage graphics states of a PS file | C++

    C++ API solution for managing PS files. Code example shows how to clip and transform graphics states of PS files with a few lines of C++ code....to transform coordinates (scaling, rotation, translation). Managing...other transformations using Scale() , Rotate() , Shear() and Transform()...

    products.aspose.com/page/cpp/work-with-ps-graph...