Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 33,683 for

saveoptions

(0.84 sec)
  1. 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...
  2. 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...
  3. HtmlSaveOptions.ExportHeadersFootersMode | Aspo...

    Discover how the HtmlSaveoptions ExportHeadersFootersMode property optimizes header and footer output for HTML, MHTML, and EPUB formats. Maximize your document's presentation!... // We can use a SaveOptions object to omit headers/footers...to html. HtmlSaveOptions saveOptions = new HtmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::DocumentBase::get_BackgroundShap...

    Aspose::Words::DocumentBase::get_BackgroundShape method. Gets or sets the background shape of the document. Can be null in C++....-> get_HasImage ()); auto saveOptions = System :: MakeObject <...:: PdfSaveOptions > (); saveOptions -> set_CacheBackgroundGraph...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Convert PDF to markdown error - Free Support Fo...

    Code : var doc = new Document(filename); doc.Save(fileout, SaveFormat.Markdown); Error stack : System.NullReferenceException: Object reference not set to an instance of an object. at #=zFz9$AL7bjxwHUuimODfFc8swDug…...#=zrO8FjNQBRWPB(String #=zIRfqktcuWgdf, SaveOptions #=z5hrkyKQ=) at Aspose.Pdf...#=zORns2n_QCEsH(String #=zIRfqktcuWgdf, SaveOptions #=z5hrkyKQ=) at Aspose.Pdf...

    forum.aspose.com/t/convert-pdf-to-markdown-erro...
  6. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveoptions::get_TableContentAlignment method. Gets or sets a value that specifies how to align contents in tables when exporting into the Markdown format. The default value is Auto in C++....Write ( u "Cell2" ); auto saveOptions = System :: MakeObject <...MarkdownSaveOptions > (); saveOptions -> set_TableContentAlignmen...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Pdf to html conversion results in bad backgroun...

    When I use aspose-pdf-10.4.1.java to convert the attached pdf to html, the resulting html has background. The conversion code is simple. // // Generate html from the pdf // ByteArrayInputStream inStream = …...HtmlSaveOptions saveOptions = new com.aspose.pdf.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.FontSavingMode = HtmlSaveOptions...

    forum.aspose.com/t/pdf-to-html-conversion-resul...
  8. Compress TIFF In C#

    Compress TIFF in C# without losing quality. Optimize TIFF content, reduce file size easily....tiff" ); var saveOptions = new ImageSaveOptions(SaveFormat...GetShapeRenderer().Save( "Output.tiff" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/compress/tiff/
  9. Aspose::Words::Saving::XpsSaveOptions::XpsSaveO...

    Aspose::Words::Saving::XpsSaveoptions::XpsSaveoptions constructor. Initializes a new instance of this class that can be used to save a document in the Xps format in C++.... auto saveOptions = System :: MakeObject <...Words :: SaveFormat :: Xps , saveOptions -> get_SaveFormat ()); //...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. ResourceSavingArgs | Aspose.Words for Java

    Provides data for the IResourceSavingCallback.resourceSavingcom.aspose.words.ResourceSavingArgs event in Java....FontSavingCallback(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions();...HtmlFixedSaveOptions(); { saveOptions.setResourceSavingCal(callback); } doc.sa...

    reference.aspose.com/words/java/com.aspose.word...