Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 34,066 for

saveoptions

(0.13 sec)
  1. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveoptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency.... XpsSaveOptions saveOptions = new XpsSaveOptions ();...(); Assert . That ( saveOptions . SaveFormat , Is . EqualTo ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::Remove method. Removes a specified GradientStop from the collection in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....SetImage("yourCompressedImage"); } } var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...}; doc.Save("Output.doc", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/compress/doc/
  4. PdfSaveOptions.EncryptionDetails | Aspose.Words...

    Discover PdfSaveoptions' EncryptionDetails property to easily configure PDF encryption settings, ensuring your documents remain secure and protected.... PdfSaveOptions saveOptions = new PdfSaveOptions ();..."EncryptionDetails" property. saveOptions . EncryptionDetails = encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...
  5. GradientStop.transparency property | Aspose.Wor...

    GradientStop.transparency property. Gets or sets a value representing the transparency of the gradient fill expressed as a percent in range 0.0 to 1.0.... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc in Java....SaveOptions public abstract class FixedPageSaveOptions...FixedPageSaveOptions extends SaveOptions Contains common options that...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose.PSD for .NET 24.7 - 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....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( output , saveOptions ); } PSDNET-2061. Fix ImageSaveException:...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-7...
  8. How to migrate to Aspose.Imaging v1.6.0 or high...

    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.... CreateOptions and SaveOptions namespaces have been deprecated...namespace CreateOptions and SaveOptions namespaces are obsolete and...

    docs.aspose.com/imaging/net/how-to-migrate-to-a...
  9. IDocumentProcessorPlugin class | Aspose.Words f...

    Aspose.Words.IDocumentProcessorPlugin class. Defines an interface for external document processor plugin.... save(outputStream, saveOptions) Save the document loaded...Document object. toPages(saveOptions) Saves each page of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. [Tracking revision] Numbering don't applied spe...

    Hello ! We are a software publisher using your library for our Web application. And we used Aspose.Word for converting Word to Pdf. I have this file containing numbering : Test aspose.docx (16.5 KB) when i tried to …...FileInfo(dest); PdfSaveOptions saveOptions = new PdfSaveOptions(){ SaveFormat...Save(destination.FullName, saveOptions); Thanks by advanced. alexey...

    forum.aspose.com/t/tracking-revision-numbering-...