Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 150,825 for

jpeg

(0.37 sec)
  1. 在幻灯片上将形状渲染为图像|Aspose.Slides 文档

    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.... Jpeg ; for ( int j = 0 ; j < sl ...switch ( ImageType ) { case "jpeg" : Format = System . Drawing...

    docs.aspose.com/slides/zh/net/rendering-shapes-...
  2. ImageSaveOptions.page_set property | Aspose.Wor...

    ImageSaveOptions.page_set property. Gets or sets the pages to render...one page from a document to a JPEG image. doc = aw . Document ()...ImageSaveOptions ( aw . SaveFormat . JPEG ) # Set the "PageSet" to "1"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用ImageSharp解码和编码纹理|Documentation

    使用ImageSharp从图像文件中解码纹理... Jpeg . JpegEncoder >( "jpg" )); ret...ImageSharp . Formats . Jpeg . JpegEncoder >( "jpeg" )); ret . Add (...

    docs.aspose.com/3d/zh/net/decode-and-encode-tex...
  4. Aspose::Words::LowCode::Comparer::Compare metho...

    Aspose::Words::LowCode::Comparer::Compare method. Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions in C++....an image (BMP, EMF, EPS, GIF, JPEG, PNG, or WebP), only the first...an image (BMP, EMF, EPS, GIF, JPEG, PNG, or WebP), only the first...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. Convert Microsoft Project MPP File to PNG | Asp...

    Aspose.Tasks for .NET allows converting Microsoft Project (MPP) to PNG....3 // in order to manipulate JPEG quality one can use ImageSaveOptions...ImageSaveOptions(SaveFileFormat. JPEG ) { JpegQuality = 50 }; 6 7...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  6. File Format Conversion via Java | products.aspo...

    Convert Microsoft Office Word, Excel, PowerPoint, Outlook, PDF, HTML, 3D Images, Diagrams, Video Formats and different other formats with just few lines of Java code....render PDF to JPEG via Process method Load JPEG file by using...

    products.aspose.com/total/java/conversion/
  7. Converting Worksheet to Image in Aspose.Cells|D...

    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....jpeg , .tiff , .emf , etc. //Create...imgOptions . ImageType = ImageType . Jpeg ; //Render the sheet with respect...

    docs.aspose.com/cells/net/converting-worksheet-...
  8. How to Convert Word Document to Images in C#

    In this tutorial you will learn how to convert Word document to images in C#. This code in C# converts all pages in Word document to separate PNG image files.... PNG, JPEG, BMP, GIF. In this tutorial...document to fixed-page formats (JPEG, PNG, PDF or XPS). The fonts...

    kb.aspose.com/words/net/how-to-convert-word-doc...
  9. C# で PSB ファイルを TIFF 形式に変換する方法 | products.aspose...

    .NET API 経由で PSD、PSB、AI ファイルをエクスポートする...(Graphical Interchange Format) PSD TO JPEG (Joint Photographic Expert Group)...PSD TO JPEG2000 PSD TO JP2 (JPEG 2000 Core Image) PSD TO PDF...

    products.aspose.com/psd/jp/net/conversion/psd-t...
  10. Convert PDF File|Aspose.PDF for .NET

    Learn how to convert a PDF file to various formats in .NET using Aspose.PDF for flexible document handling.... JPEG, GIF or PNG etc. Finally, call...Drawing . Imaging . ImageFormat . Jpeg ); } } } In the next code snippet...

    docs.aspose.com/pdf/net/convert-pdf-file/