Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 10,512 for

scaling

(0.14 sec)
  1. What is an SVG File? – Pros, Cons, XML Code

    Learn more about SVG files with Aspose.SVG. SVGs can be resized without losing resolution, making them ideal for online graphics and web design.... As a result, SVGs can be scaled infinitely without losing quality...feature in SVG that controls the scaling and positioning of graphics...

    docs.aspose.com/svg/net/what-is-an-svg-file/
  2. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++....via C++ Calculate Page Setup Scaling Factor with JavaScript via...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  3. 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...
  4. IBarcodeGenerator class | Aspose.Words for Python

    aspose.words.fields.IBarcodeGenerator class. Public interface for barcode custom generator...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...
  5. 使用 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/
  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. Manage canvases of XPS file | C++

    C++ API Solution to manage XPS files. Code example on how to clip and transform canvases of XPS files with a few lines of C++ code....translation, rotation, and scaling. This enables flexible positioning...Translate() Method. To scale canvas 4 call the Scale() Method. To rotate...

    products.aspose.com/page/cpp/work-with-canvases/
  8. Manage canvases of PS file | C++

    C++ API Solution to manage PS files. Code example on 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...
  9. Save Generated Barcodes in Java|Documentation

    How to Save Generated Barcodes in Aspose.BarCode for Python via .NET... This format allows scaling without resolution losses....XML text. Such files can be scaled to various size measures keeping...

    docs.aspose.com/barcode/python-net/save-barcode...
  10. LaTeX math formulas rendering | C++

    Aspose.TeX API solution for C++ LaTeX math formulas rendering is described in this article. Here you will find code examples of the functionality....Specify the scaling factor 300%. 8 options -> set_Scale(3000); 9...we instruct the renderer to scale the output by 300%. Next two...

    docs.aspose.com/tex/cpp/latex-math-formula-rend...