Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 245,795 for

load

(0.1 sec)
  1. Cropping Images in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....crop_by_shifts ( $dataDir = null ){ \ # Load an existing image (of type bmp)...Image (); $image = $image -> load ( $dataDir . "test.jpg" ); \...

    docs.aspose.com/imaging/java/cropping-images-in...
  2. Aspose.Imaging.ProgressManagement | Aspose.Imag...

    The namespace contains progress handler classes...represents information about image load/save/export operations progress...

    reference.aspose.com/imaging/net/aspose.imaging...
  3. font_configs property | Aspose.Cells for Python...

    font_configs property font_configs property Gets and sets individual font configs. Only works for the Workbook which ......which uses this LoadOptions to load. Definition: @property def font_configs...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Aspose::Cells::FileFormatUtil::LoadFormatToSave...

    Aspose::Cells::FileFormatUtil::LoadFormatToSaveFormat method. Converts a LoadFormat value to a SaveFormat value if possible in C++....Description loadFormat LoadFormat The load format. ReturnValue The save...

    reference.aspose.com/cells/cpp/aspose.cells/fil...
  5. Aspose.PSD for Java 24.6 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... load ( sourceFile )) { // Add Gradient...PsdImage im = ( PsdImage ) Image . load ( outputFile )) { GradientMapLayer...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  6. Modifying Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....as below: Load an image using the factory method Load exposed by...as below: Load an image using the factory method Load exposed by...

    docs.aspose.com/imaging/net/modifying-images/
  7. objimage - Aspose.CAD for Java - API Reference

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....hasBackgroundColor , load , load , load , load , save , save , save...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  8. svgimage - Aspose.CAD for Java - API Reference

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....hasBackgroundColor , load , load , load , load , save , save , save...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  9. Resize | Aspose.Imaging for .NET API Reference

    Resize Contents [ Hide ] OdgImage.Resize method (1 of 2) Resizes the image. public override void Resize ( int newWidt...... Examples This example loads a multi-page ODG image and resizes...) Aspose . Imaging . Image . Load ( dir + "sample.odg" )) { //...

    reference.aspose.com/imaging/net/aspose.imaging...
  10. Convert XPS to BMP using .NET API

    XPS to BMP conversion functionality included in Aspose.Page API solution for .NET is described and illustrated with the code snippets here....Read)) { // Load XPS document form the stream...new XpsLoadOptions()); // or load XPS document directly from file...

    docs.aspose.com/page/net/convert/xps-to-bmp/