Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 32,698 for

saveoptions

(0.08 sec)
  1. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...
  2. Convert HTML To Image C#

    Convert HTML to Image format in C# code. Save HTML as Image using C#....html" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/html-t...
  3. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF as Image using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  4. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....html" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/html-...
  5. Convert WORD To JPG Java

    Convert a Word document to JPG format in Java code. Save a Word document as JPG using Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/word-...
  6. Փոխարկել WORD PNG Java

    Փոխարկեք WORD ը PNG ձևաչափի Java կոդով: Պահեք WORD որպես PNG օգտագործելով Java:...docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/hy/java/conversion/wo...
  7. MarkdownSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.MarkdownSaveoptions for enhanced document saving in Markdown format. Customize your output with advanced options today!...docx" ); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions...location of each image. saveOptions . ImageSavingCallback = new...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 使用 C# 製作 DOC

    通過幾個步驟在 C# 中創建一個新的 DOC。使用 .NET 庫輕鬆創建 DOC。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.doc", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/doc/
  9. Aspose.Pdf Warning callback - Free Support Foru...

    Hi, I’m using Aspose.Pdf.Drawing version 24.9. I have a c# method to convert images into a pdf. I have added warning callback for other libraries. but when I try to add warning callback with Aspose.Pdf, I’m facing error…...Looks like LoadOptions / SaveOptions are also not supported. Can...

    forum.aspose.com/t/aspose-pdf-warning-callback/...
  10. Convert PDF To BMP C#

    Convert PDF to BMP format in C# code. Save PDF as BMP using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...