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

loadoptions

(0.1 sec)
  1. Load and Save Email Message|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....Initialize EmlLoadOptions var loadOptions = new EmlLoadOptions { //...MailMessage . Load ( "file.eml" , loadOptions ); Properties of EmlLoadOptions...

    docs.aspose.com/email/net/load-and-save-email-m...
  2. 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...
  3. Aspose.PSD for .NET 19.11 - 发行说明|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....psd" ; var loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { var layer = image ....

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  4. Working with OneNote Notebooks | Aspose.Note Do...

    A comprehensive guide on using and managing OneNote notebooks for developers....Loading Notebook File with LoadOptions By default, notebook’s child...NotebookLoadOptions loadOptions = new NotebookLoadOptions(); 5 loadOptions. setInstantLoading...

    docs.aspose.com/note/java/working-with-onenote-...
  5. Encrypt and Decrypt Excel files with JavaScript...

    How to encrypt and decrypt Excel files using JavaScript via C++. Lock and unlock Excel files...."text/javascript" > const { Workbook , LoadOptions , SaveFormat , Utils } =...file const loadOptions = new LoadOptions (); loadOptions . password...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...
  6. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions in Java....Exception { LoadOptions disableExternalImage = new LoadOptions (); ...Exception { LoadOptions disableRemoteResourc = new LoadOptions (); ...

    docs.aspose.com/words/java/web-applications-sec...
  7. 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...
  8. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。...set password LoadOptions loadOptions ; loadOptions . SetPassword...workbook ( u "Book1.xlsx" , loadOptions ); // Remove password protection...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  9. Aspose.Cells 8.0.2中的公共API变更|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....HTMLLoadOptions HTMLLoadOptions loadOptions = new HTMLLoadOptions ();...ConvertFormulasData to true loadOptions . setConvertFormulasDa (...

    docs.aspose.com/cells/zh/java/public-api-change...
  10. HtmlLoadOptions.convertSvgToEmf property | Aspo...

    HtmlLoadoptions.convertSvgToEmf property. Gets or sets a value indicating whether to convert loaded SVG images to the EMF format... let loadOptions = new aw . Loading . HtmlLoadOptions...HtmlLoadOptions (); loadOptions . convertSvgToEmf = true ; let doc...

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