Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 10,514 for

scaling

(0.15 sec)
  1. Aspose.Slides is resizing text ppt/pptx files -...

    Aspose.Slides is resizing text in ppt/pptx files. I attach a very simple .net program that loads a test input ppt file and saves it. Extract the solution from the zip file and open and run it in visual studio. The save…...how the library handles font scaling or layout calculations during...

    forum.aspose.com/t/aspose-slides-is-resizing-te...
  2. FieldDisplayBarcode.ScalingFactor | Aspose.Word...

    Discover the FieldDisplayBarcode ScalingFactor property to easily adjust symbol size in whole percentages from 10% to 1000%. Optimize your barcode displays!...ScalingFactor property Gets or sets a scaling factor for the symbol. The...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::Rendering::NodeRendererBase::get...

    Aspose::Words::Rendering::NodeRendererBase::get_SizeInPoints method. Gets the actual size of the shape in points in C++....Examples Shows how to measure and scale shapes. auto doc = System ::...size in pixels, with linear scaling to a specific DPI. System ::...

    reference.aspose.com/words/cpp/aspose.words.ren...
  4. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetSizeInPixels method. Calculates the size of the shape in pixels for a specified zoom factor and resolution in C++....float scale , float dpi ) Parameter Type Description scale float...Examples Shows how to measure and scale shapes. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.ren...
  5. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetBoundsInPixels method. Calculates the bounds of the shape in pixels for a specified zoom factor and resolution in C++....float scale , float dpi ) Parameter Type Description scale float...Examples Shows how to measure and scale shapes. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.ren...
  6. OfficeMathRenderer constructor | Aspose.Words f...

    OfficeMathRenderer constructor. Initializes a new instance of this class....Examples Shows how to measure and scale shapes. doc = aw . Document...size in pixels, with linear scaling to a specific DPI. bounds =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. NodeRendererBase.bounds_in_points property | As...

    NodeRendererBase.bounds_in_points property. Gets the actual bounds of the shape in points....Examples Shows how to measure and scale shapes. doc = aw . Document...size in pixels, with linear scaling to a specific DPI. bounds =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::ImageSaveOptions::get_Sa...

    Aspose::Words::Saving::ImageSaveOptions::get_SaveFormat method. Specifies the format in which the rendered document pages or shapes will be saved if this save options object is used. Can be a raster Tiff, Png, Bmp, Jpeg or vector Emf, Eps, WebP, Svg in C++.... // Both are on a 0-1 scale and are at 0.5 by default. options...set_VerticalResolution ( 72.f ); // We can scale the image using this property...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Saving::ImageSaveOptions::get_Ve...

    Aspose::Words::Saving::ImageSaveOptions::get_VerticalResolution method. Gets or sets the vertical resolution for the generated images, in dots per inch in C++.... // Both are on a 0-1 scale and are at 0.5 by default. options...set_VerticalResolution ( 72.f ); // We can scale the image using this property...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Resizing rotated shapes - Free Support Forum - ...

    Dear support team, we’ve been trying to resize Shapes by computing a Scaling factor and applying it to the shapes Height and Width properties to make them fit into a table cell. As long as the shape is oriented upright…...resize Shape s by computing a scaling factor and applying it to the...baseHeight * cos; // 4. Compute scaling factors needed to reach the...

    forum.aspose.com/t/resizing-rotated-shapes/320848