Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 10,512 for

scaling

(0.1 sec)
  1. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....with C++ Calculate Page Setup Scaling Factor with C++ Analyzing your...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  2. Stencil Drawing – C# code and Online Stencil Maker

    Convert image to SVG and apply stenciling technique online or in C#. Use Stencil Maker to create stencil art online for free....with color gradients; scale - or scaling factor - configurable...disadvantages is losing quality when scaling. Because the pixel number is...

    products.aspose.com/svg/net/vectorization/stencil/
  3. Vectorize PNG – C# code and Online Vectorizer

    Convert PNG to SVG online or in C#. Vectorize PNG and get all advantages of vector graphics. Try Online Image Vectorizer for free!...for a number of reasons – scaling, small file size, animation...with color gradients; scale - or scaling factor - configurable...

    products.aspose.com/svg/net/vectorization/png-t...
  4. Saving Generated Barcodes|Documentation

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

    docs.aspose.com/barcode/androidjava/barcode-ima...
  5. Label randomly switches between 1- and 2- line ...

    Hi, we use following code to create pictures from Excel: Workbook wb = new Workbook(“Example1.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 1”]; string rangeName = “BIPLI_Example1”; CellsHelper.DPI = 96; …... Ensure that the display/scale settings are set to 100% to...August 6, 2025, 9:57am 5 Hi, Scaling is 100% Can I find out which...

    forum.aspose.com/t/label-randomly-switches-betw...
  6. 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/
  7. Optimize SVG – C# Code and Online SVG Optimizer

    SVG Optimizer lets you clean SVG and reduce the size of created or opened with Aspose.SVG C# library SVG files....times and ensure flawless scaling on any device. Aspose.SVG allows...

    products.aspose.com/svg/net/svg-optimizer/
  8. 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...
  9. 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/
  10. 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...