Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 10,516 for

scaling

(0.15 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Sca...

    Aspose::Words::Saving::HtmlSaveOptions::get_ScaleImageToShapeSize method. Specifies whether images are scaled by Aspose.Words to the bounding shape size when exporting to HTML, MHTML or EPUB. Default value is true in C++....Specifies whether images are scaled by Aspose.Words to the bounding...in the browser, it must be scaled to the shape size. The ScaleImageToShapeSiz...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Drawing::Charts::AxisScaling::ge...

    Aspose::Words::Drawing::Charts::AxisScaling::get_LogBase method. Gets or sets the logarithmic base for a logarithmic axis in C++....Shows how to apply logarithmic scaling to a chart axis. auto doc =...8000.0 , 160000.0 })); // The scaling of the X-axis is linear by...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. SVG Transformations – Basics, SVG Code – Aspose...

    Learn to apply SVG transformations—translate, scale, rotate, skew, matrix with Aspose.SVG. Includes clear code examples and best practices....using translation, rotation, scaling, and skewing. All these SVG...attribute’s properties: translate, scale, rotate, skewX, skewY , and...

    docs.aspose.com/svg/net/drawing-basics/svg-tran...
  4. Text Extends Beyond Circle Boundaries When Conv...

    Hi, We are using Aspose.slides for c++ For attached ppt, there is sun image with text fully inside the circle. Using below code to generate thumbnail, the text in thumbnail goes outside circle boundaries. shape->GetIm…...typically occurs due to improper scaling or rendering settings during...is likely a result of the scaling factors or the method used...

    forum.aspose.com/t/text-extends-beyond-circle-b...
  5. Font.spacing property | Aspose.Words for Node.js

    Font.spacing property. Returns or sets the spacing (in points) between characters ....Shows how to set horizontal scaling and spacing for characters...to 150%. builder . font . scaling = 150 ; builder . writeln (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxis.majorUnitScale property | Aspose.Word...

    ChartAxis.majorUnitScale property. Returns or sets the scale value for major tick marks on the time category axis....property Returns or sets the scale value for major tick marks on...27 minor tick marks. axis . scaling . minimum = new aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartAxis.majorUnitIsAuto property | Aspose.Wor...

    ChartAxis.majorUnitIsAuto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used.... scaling . minimum = new aw . Drawing...AxisBound ( - 10 ); axis . scaling . maximum = new aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartAxis.minorUnitIsAuto property | Aspose.Wor...

    ChartAxis.minorUnitIsAuto property. Gets or sets a flag indicating whether default distance between minor tick marks shall be used.... scaling . minimum = new aw . Drawing...AxisBound ( - 10 ); axis . scaling . maximum = new aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.Spacing | Aspose.Words for .NET

    Discover the Font Spacing property to easily adjust character spacing in points. Enhance readability and design with precise typographic control....Shows how to set horizontal scaling and spacing for characters...to 150%. builder . Font . Scaling = 150 ; builder . Writeln (...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for C++—automate slide layout adjustments and boost productivity....Change the slide size without scaling existing shapes. presentation...slide -> get_Shapes ()) { // Scale the shape size. shape -> set_Height...

    docs.aspose.com/slides/cpp/re-sizing-shapes-on-...