Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 32,777 for

saveoptions

(0.11 sec)
  1. PclSaveOptions.addPrinterFont method | Aspose.W...

    PclSaveoptions.addPrinterFont method. Adds information about font that is uploaded to the printer by manufacturer...." ); let saveOptions = new aw . Saving . PclSaveOptions...PclSaveOptions (); saveOptions . addPrinterFont ( "Courier New" ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。... SaveOptions ,文件格式类型。 ContentDisposition..."output.xls" ; XlsSaveOptions saveOptions ; workbook . Save ( outputPath...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  3. Converter.Create | Aspose.Words for .NET

    Create a new instance of the converter processor effortlessly with our powerful Converter Create method for seamless data transformation....Execute (); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...ConvertContext.3.docx" , saveOptions ) . Execute (); Converter...

    reference.aspose.com/words/net/aspose.words.low...
  4. ShapeBase.SoftEdge | Aspose.Words for .NET

    Enhance your designs with ShapeBase SoftEdge for smooth, soft edge formatting. Elevate your visuals effortlessly and stand out in every project!...SvgSaveOptions saveOptions = new SvgSaveOptions (); saveOptions . MaxImageResolution...MaxImageResolution.svg" , saveOptions ); Shows how to work with...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Document::get_AttachedTemplate m...

    Aspose::Words::Document::get_AttachedTemplate method. Gets or sets the full path of the template attached to the document in C++.... // Use a SaveOptions object to automatically set...Aspose :: Words :: Saving :: SaveOptions > options = Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::Saving::MarkdownExportAsHtml enu...

    Aspose::Words::Saving::MarkdownExportAsHtml enum. Allows to specify the elements to be exported to Markdown as raw HTML in C++....Write ( u "Cell2" ); auto saveOptions = System :: MakeObject <...MarkdownSaveOptions > (); saveOptions -> set_ExportAsHtml ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Math::OfficeMath::GetMathRendere...

    Aspose::Words::Math::OfficeMath::GetMathRenderer method. Creates and returns an object that can be used to render this equation into an image in C++.... auto saveOptions = System :: MakeObject <...times its original size. saveOptions -> set_Scale ( 5.0f ); math...

    reference.aspose.com/words/cpp/aspose.words.mat...
  8. Aspose::Words::Saving::DigitalSignatureDetails:...

    Aspose::Words::Saving::DigitalSignatureDetails::get_CertificateHolder method. Gets or sets a CertificateHolder object that contains the certificate used to sign a document in C++....certificateHolder , signOptions ); auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_DigitalSignatureDeta...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveoptions::get_PageMargins method. Specifies the margins around pages in an HTML document. The margins value is measured in points and should be equal to or greater than 0. Default value is 10 points in C++....docx" ); auto saveOptions = System :: MakeObject <...HtmlFixedSaveOptions > (); saveOptions -> set_PageMargins ( 15 );...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveoptions.password property. Gets or sets a password to encrypt document.... let saveOptions = new aw . Saving . OdtSaveOptions...OdtSaveOptions ( saveFormat ); saveOptions . password = "@sposeEncrypted_1145"...

    reference.aspose.com/words/nodejs-net/aspose.wo...