Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 22,561 for

loadoptions

(0.07 sec)
  1. Error on load AVIF - Free Support Forum - aspos...

    Hello Support, loading the attached AVIF files with Imaging cause following exception: Aspose.Imaging.CoreExceptions.ImageLoadException : Image loading failed. ----> System.DataMisalignedException : A datatype misali…...tainer #=zoeg6qVGnd3et, LoadOptions #=zqNDs2RXz0Rro, #=z33qU...formats, including AVIF. Use LoadOptions : When loading the image...

    forum.aspose.com/t/error-on-load-avif/315074
  2. DocSaveOptions.Password | Aspose.Words for .NET

    Secure your documents with DocSaveOptions! Easily set or retrieve a password for RC4 encryption to protect your sensitive information....DocSaveOptions object in a LoadOptions object. Assert . Throws <...doc" )); LoadOptions loadOptions = new LoadOptions ( "MyPassword"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Unlock ODP Presentation Files using Python | pr...

    Python source code to remove protection from ODP Presentation....slides loadOptions = slides . LoadOptions() loadOptions . password...Presentation( "encrypted-pres.odp" , loadOptions) as pres: pres . protection_manager...

    products.aspose.com/slides/python-net/unlock/odp/
  4. IncorrectPasswordException | Aspose.Words for Java

    Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing in Java....DocSaveOptions object in a LoadOptions object. Assert.assertThr...SaveAsDoc.doc")); LoadOptions loadOptions = new LoadOptions("MyPassword");...

    reference.aspose.com/words/java/com.aspose.word...
  5. Unlock ODP Presentation Files using .NET | prod...

    C# source code to remove protection from ODP Presentation....using C# LoadOptions loadOptions = new LoadOptions {Password...Presentation( "pres.odp" , loadOptions)) { presentation.ProtectionManager...

    products.aspose.com/slides/net/unlock/odp/
  6. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for Node.js via C++. Improves performance and reduces memory consumption.... const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...AsposeCells . LoadFormat . Xlsx ); loadOptions . setLoadFilter ( new CustomLoad...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...
  7. Unlock PPTX Presentation Files using C++ | prod...

    C++ source code to remove protection from PPTX Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/pptx/
  8. Unlock ODP Presentation Files using C++ | produ...

    C++ source code to remove protection from ODP Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/odp/
  9. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...Instantiate LoadOptions specified by the LoadFormat LoadOptions loadOptions4...TxtLoadOptions loadOptions ( LoadFormat :: Csv ); loadOptions . SetSeparator...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  10. Opening Different Microsoft Excel Versions File...

    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....0 file, use LoadOptions and set the related attribute...attribute for the LoadOptions class for the template file to be loaded...

    docs.aspose.com/cells/java/opening-different-mi...