Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 33,731 for

saveoptions

(0.12 sec)
  1. SaveOptions.update_last_printed_property proper...

    Saveoptions.update_last_printed_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.last_printed](../../../aspose.words.properties/builtindocumentproperties/last_printed/) property is updated before saving....update_last_printed_property property SaveOptions.update_last_printed_property...save operation # with this SaveOptions object passed as a parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Null Ref Exception when signing pdf - Free Supp...

    Hi When I use PdfSaveoptions.DigitalSignatureDetails = New Words.Saving.PdfDigitalSignatureDetails(MyCertHolder, String.Empty, String.Empty, Date.Now) PdfSaveoptions.DigitalSignatureDetails.HashAlgorithm = Words.Saving…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.DigitalSignatureDeta..."Kharkiv", DateTime.Now); saveOptions.DigitalSignatureDeta.TimestampSettings...

    forum.aspose.com/t/null-ref-exception-when-sign...
  3. Implement Resource Prefix for Nested Resources ...

    Learn how to add resource prefixes for nested resources using Aspose.Tasks for C++....pageNumber) 80 { 81 auto saveOptions = [&] { auto tmp_0 = System::MakeObject...ResourcePrefixForNes > (); 84 saveOptions -> set_FontSavingCallback(program);...

    docs.aspose.com/tasks/cpp/resource-prefix-for-n...
  4. PdfSaveOptions.interpolateImages property | Asp...

    PdfSaveoptions.interpolateImages property. A flag indicating whether image interpolation shall be performed by a conforming reader... let saveOptions = new aw . Saving . PdfSaveOptions...apply any interpolation. saveOptions . interpolateImages = interpolateImages...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MetafileRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.MetafileRenderingMode enhances WMF and EMF metafile rendering for optimal document quality and performance....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . MetafileRenderingOpt...HandleBinaryRasterWa.pdf" , saveOptions ); Assert . That ( callback...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Შეკუმშოს HTML C++

    შეკუმშოს HTML C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....ressedImage"); } } auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->set_CacheBackgroundGraph(true); doc->Save(u"Output...

    products.aspose.com/words/ka/cpp/compress/html/
  7. Aspose::Words::Drawing::GradientStopCollection:...

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

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::get_Count method. Gets an integer value indicating the number of items in the collection in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/cpp/make/word/