Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 586,122 for

save

(0.17 sec)
  1. Aspose.Imaging for .NET 3.3.0 Release Notes

    Aspose.Imaging for .NET 3.3.0 Release Notes – the latest updates and fixes....NET IMAGING-35077 Could not save EXIF data in TIFF format IMAGING-35073...with Graphics drawn on it is saved incorrectly IMAGING-34716 The...

    releases.aspose.com/imaging/net/release-notes/2...
  2. Aspose::Words::Rendering::ThumbnailGeneratingOp...

    Can be used to specify additional options when generating thumbnail for a document....setting a thumbnail image when saving a document to .epub. // 1 -...doc->UpdateThumbnail(); doc->Save(ArtifactsDir + u "Document.UpdateThumbnail...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Alpha Blending in Java | Java Alpha Blending API

    Learn how to programmatically implement alpha blending in Java, combining alpha channels with other layers in an image to achieve translucency....developers to create, manipulate, and save a wide range of supported file...colors. Finally, save the output image using the save() method. The...

    blog.aspose.com/drawing/alpha-blending-in-java/
  4. original_width 属性 | Aspose.Cells for Python via...

    original_width 属性 original_width 属性 获取图片的原始宽度。 例子 from aspose.cells import Workbook # Instantiating a Workbook object......original_width # Save the excel file. workbook . save ( "result.xlsx"...

    reference.aspose.com/cells/python-net/zh/aspose...
  5. original_height 属性 | Aspose.Cells for Python vi...

    original_height 属性 original_height 属性 获取图片的原始高度。 例子 from aspose.cells import Workbook # Instantiating a Workbook obje......original_height # Save the excel file. workbook . save ( "result.xlsx"...

    reference.aspose.com/cells/python-net/zh/aspose...
  6. original_height_cm 属性 | Aspose.Cells for Python...

    original_height_cm 属性 original_height_cm 属性 获取图片的原始高度,单位为厘米。 例子 from aspose.cells import Workbook # Instantiating a W......original_height_cm # Save the excel file. workbook . save ( "result.xlsx"...

    reference.aspose.com/cells/python-net/zh/aspose...
  7. original_width_cm 属性 | Aspose.Cells for Python ...

    original_width_cm 属性 original_width_cm 属性 获取图片的原始宽度,单位为厘米。 例子 from aspose.cells import Workbook # Instantiating a Wor......original_width_cm # Save the excel file. workbook . save ( "result.xlsx"...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. Delete a Particular Page from the PDF File in R...

    Remove specific pages from PDF files programmatically using Aspose.PDF for Ruby....( 2 ) # save the newly generated PDF file pdf . save ( data_dir...

    docs.aspose.com/pdf/java/delete-a-particular-pa...
  9. Get a Particular Page in a PDF File in Python|A...

    Understand how to retrieve a specific page from a PDF document using Python and Aspose.PDF, for focused document processing....) # save the newly generated PDF file new_document . save ( self...

    docs.aspose.com/pdf/python-java/get-a-particula...
  10. Create DOCM Files via C++ | products.aspose.com

    C++ Sample code for generating DOCM documents. Use this code for creating Word DOCM files within C++ based application.... Save the file using Save(.) method. System...bldr->Writeln(u "relevant content!" ); // Save the document to any specified...

    products.aspose.com/words/cpp/create/docm/