Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 39,361 for

render

(0.12 sec)
  1. Configuration Explained|Aspose.Words for Report...

    Overview of configuration approaches for the Aspose.Words for Reporting Services.... The renderer configuration is stored inside...corresponding to a particular renderer. Every export format has its...

    docs.aspose.com/words/reportingservices/configu...
  2. Aspose::Words::Rendering::NodeRendererBase::Sav...

    Aspose::Words::Rendering::NodeRendererBase::Save method. Renders the shape into an image and saves into a stream in C++....Aspose::Words::Rendering::NodeRendererBase::Save method Contents...ImageSaveOptions>) method Renders the shape into an image and...

    reference.aspose.com/words/cpp/aspose.words.ren...
  3. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for Node.js via C++....js via C++ Render Unicode Supplementary characters...

    docs.aspose.com/cells/nodejs-cpp/save-excel-int...
  4. Creating a non editable pdf blurs the text - Fr...

    On creating PDF non editable by using below code. The non editable PDF look is not in sync with the normal editable pdf. Content of Non editable pdf shrinks a little and becomes blurry on zooming in. Code which we are …...(int)(zoomedHeight * dpiResolution / 72); // Render page to image using (var ms...related to how the images are rendered and added to the new PDF....

    forum.aspose.com/t/creating-a-non-editable-pdf-...
  5. Aspose::Words::Fonts::FontSubstitutionSettings:...

    Aspose::Words::Fonts::FontSubstitutionSettings::get_DefaultFontSubstitution method. Settings related to default font substitution rule in C++....substitution take place, // and then render the result in a PDF. auto builder...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Convert osm to svg in C#

    Convert osm to svg with an API designed specifically for net / C# developers....symbolizer); // Render the map to Svg format map.Render("land_out.png"...png", Renderers.Svg); } Copy C# code to the clipboard How to...

    products.aspose.com/gis/net/viewer/osm-to-svg
  7. Convert gpx to svg in C#

    Convert gpx to svg with an API designed specifically for net / C# developers....symbolizer); // Render the map to Svg format map.Render("land_out.png"...png", Renderers.Svg); } Copy C# code to the clipboard How to...

    products.aspose.com/gis/net/viewer/gpx-to-svg
  8. Convert gpx to png in C#

    Convert gpx to png with an API designed specifically for net / C# developers....symbolizer); // Render the map to Png format map.Render("land_out.png"...png", Renderers.Png); } Copy C# code to the clipboard How to...

    products.aspose.com/gis/net/viewer/gpx-to-png
  9. Convert gpx to jpeg in C#

    Convert gpx to jpeg with an API designed specifically for net / C# developers....symbolizer); // Render the map to Jpeg format map.Render("land_out...Render("land_out.png", Renderers.Jpeg); } Copy C# code to the clipboard How to...

    products.aspose.com/gis/net/viewer/gpx-to-jpeg
  10. Convert osm to png in C#

    Convert osm to png with an API designed specifically for net / C# developers....symbolizer); // Render the map to Png format map.Render("land_out.png"...png", Renderers.Png); } Copy C# code to the clipboard How to...

    products.aspose.com/gis/net/viewer/osm-to-png