Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 32,697 for

saveoptions

(0.46 sec)
  1. Aspose::Words::Saving::OoxmlSaveOptions::get_Pa...

    Aspose::Words::Saving::OoxmlSaveoptions::get_Password method. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm in C++...." ); auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Password ( u "MyPassword"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Saving::DigitalSignatureDetails:...

    Aspose::Words::Saving::DigitalSignatureDetails::DigitalSignatureDetails constructor. Initializes a new instance of DigitalSignatureDetails class in C++....certificateHolder , signOptions ); auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_DigitalSignatureDeta...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....SaveOptions , com.aspose.words.FixedPageSaveOptions...to .XPS. XpsSaveOptions saveOptions = new XpsSaveOptions(); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Saving::HtmlSaveOptions::get_Res...

    Aspose::Words::Saving::HtmlSaveoptions::get_ResolveFontNames method. Specifies whether font family names used in the document are resolved and substituted according to FontSettings when being written into HTML-based formats in C++....set_FontSettings ( fontSettings ); auto saveOptions = System :: MakeObject <...specified in the source document saveOptions -> set_ResolveFontNames (...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Saving as SVG mess up text extraction in this d...

    In this attached document 4411_NOK.pdf (114.5 KB) If I try to do text extraction after saving the doc as SVG, some characters are substituted by others. It reads : “En utilisant nos services ou en vous inscrivant, vou…...SvgSaveOptions saveOptions = new SvgSaveOptions(); saveOptions.CompressOutputToZipA...MemoryStream(); doc.Save(memStream, saveOptions); } catch { } } Page page...

    forum.aspose.com/t/saving-as-svg-mess-up-text-e...
  6. Aspose::Words::Drawing::GradientStop::get_BaseC...

    Aspose::Words::Drawing::GradientStop::get_BaseColor method. Gets a value representing the color of the gradient stop without any modifiers in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::GradientStop::get_Color...

    Aspose::Words::Drawing::GradientStop::get_Color method. Gets or sets a value representing the color of the gradient stop in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. SaveOptions.updateAmbiguousTextFont property | ...

    Saveoptions.updateAmbiguousTextFont property. Determines whether the font attributes will be changed according to the character code being used....updateAmbiguousTextF property SaveOptions.updateAmbiguousTextF property...Words.Saving class SaveOptions SaveOptions.tempFolder property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Fill.OneColorGradient | Aspose.Words for .NET

    Discover how to use the OneColorGradient method to create stunning one-color gradients for your designs. Enhance your projects effortlessly!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also enum GradientStyle...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Buat PDF Menggunakan C#

    Buat PDF baharu dalam C# dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ms/net/make/pdf/