Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 22,506 for

loadoptions

(0.07 sec)
  1. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a Loadoptions object. Each load format has a corresponding class that holds load options for that load format....overloads that accept a LoadOptions object. This should be an...a class derived from the LoadOptions class. Each load format has...

    docs.aspose.com/3d/python-net/specify-3d-file-l...
  2. How to Convert ODP to PPTX in C#

    This small tutorial explains how to convert ODP to PPTX in C#. You will get a crisp information about setting the environment, step-wise process and a runnable sample code to transform ODP to PPTX in C#....PPTX conversion Create the LoadOptions class object to set the load...file and therefore, the LoadOptions class object is declared...

    kb.aspose.com/slides/net/how-to-convert-odp-to-...
  3. Encrypting Excel Files with Node.js via C++|Doc...

    Learn how to encrypt and password‑protect Excel files using Aspose.Cells for Node.js via C++....providing a password in LoadOptions.getPassword() . Once the...file const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/encrypting-exc...
  4. 使用Aspose.Cells for JavaScript通过C++读取苹果公司开发的Numb...

    学习如何用Aspose.Cells for JavaScript通过C++读取苹果公司开发的Numbers电子表格。...您需要在构造函数中使用 LoadOptions 类并指定 LoadFormat.Numbers ...Workbook , SaveFormat , LoadOptions , LoadFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/read-nu...
  5. Aspose.PSD for Java 24.6 - 发布说明|Documentation

    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....PsdLoadOptions loadOptions = new PsdLoadOptions (); loadOptions . setLoadEffectsResour...setLoadEffectsResour ( true ); loadOptions . setUseDiskForLoadEff (...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  6. Aspose.PSD for Python via .NET 24.5 - 发行说明|Docu...

    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....psd" loadOptions = PsdLoadOptions () loadOptions . load_effects_resource...load_effects_resource = True loadOptions . use_disk_for_load_effects_resource...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  7. Aspose::Words::Saving::HtmlMetafileFormat enum ...

    Aspose::Words::Saving::HtmlMetafileFormat enum. Indicates the format in which metafiles are saved to HTML documents in C++.... auto loadOptions = System :: MakeObject <...:: HtmlLoadOptions > (); loadOptions -> set_ConvertSvgToEmf (...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. EPUB to PDF Converter using C++ | Aspose.PDF

    Sample code for EPUB to PDF conversion using C++. Use C++ example for batch EPUB to PDF conversion....file: // Create LoadOptions auto loadoptions = MakeObject < EpubLoadOptions...( u "sourceFile.epub" , loadoptions ); // Save the file into...

    products.aspose.com/pdf/cpp/conversion/epub-to-...
  9. MHTML to DOCX Converter using C++ | Aspose.PDF

    Sample code for MHTML to DOCX conversion using C++. Use C++ example for batch MHTML to DOCX conversion....file: // Create LoadOptions auto loadOptions = MakeObject < MhtLoadOptions...> ( u "sourceFile.mht" , loadOptions ); // Create SaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  10. MHTML to TXT Converter using C++ | Aspose.PDF

    Sample code for MHTML to TXT conversion using C++. Use C++ example for batch MHTML to TXT conversion....file: // Create LoadOptions auto loadOptions = MakeObject < MhtLoadOptions...> ( u "sourceFile.mht" , loadOptions ); auto ta = MakeObject <...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...