Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 22,885 for

loadoptions

(0.26 sec)
  1. Working with Password Protected Projects | Aspo...

    Learn how to read and save password-protected Microsoft Project files using Aspose.Tasks for .NET....Or Use a Project(string, LoadOptions) constructor overload in..."New Project.mpp" , new LoadOptions { Password = "password" }...

    docs.aspose.com/tasks/net/working-with-password...
  2. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...This can be done using the LoadOptions class, where you can set...document. LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/getting-incorrect-revision-i...
  3. Aspose.Cells 9.0.0 中的公共 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.... IsItalic = true ; 增加了 LoadOptions.CultureInfo 属性 Aspose.Cells...Cells for .NET 9.0.0 已经公开了 LoadOptions.CultureInfo 属性,允许在加载文档到 Workbook...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Trouble converting a DWG to PDF - Free Support ...

    I have a project to convert DWG drawings to PDFs as needed. The process will need to completed in a desktop environment as well as web environment. Using the Aspose.CAD .NET v26.1.0. I created C# .NET dll that will conve…...LoadOptions doesn’t appear to be a namespace...tainer #=zr8E88lHN38cN, LoadOptions #=z9C$pAv$jcEfd) at Aspose...

    forum.aspose.com/t/trouble-converting-a-dwg-to-...
  5. Avaa PSB verkossa | products.aspose.com

    Avaa PSB Aspose.PSD| n voimalla...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/fl/view/psb/
  6. Otvorite PSB na mreži | products.aspose.com

    Otvorite PSB snagom Aspose.PSD...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/cr/view/psb/
  7. While loading the document in stream we are get...

    Hi team, When we download the document from blob and loading that document in stream for further process below error we are facing ArgumentNullException: Value cannot be null. (Parameter ‘fontData’) Aspose.Words.FileC…... LoadOptions : If you are using any specific...specific LoadOptions , ensure that they are correctly configured...

    forum.aspose.com/t/while-loading-the-document-i...
  8. Bug 5124: Converting MapInfoTab to Shapefile- C...

    Hi Alexander, I forgot to report on this bug. Please see: Test data(input/output/QGIS) 5124 MapInfoTab to Shapefile.zip (13.3 KB) Thanks,...with explicit options var loadOptions = new MapInfoTabLoadOption...VectorLayer.Open("input.tab", loadOptions)) { // 2. Create the destination...

    forum.aspose.com/t/bug-5124-converting-mapinfot...
  9. Filter Objects while loading Workbook or Worksh...

    Learn how to filter data while loading workbooks or worksheets using Aspose.Cells for JavaScript via C++....Usage Scenarios Please use LoadOptions.loadFilter property while...Workbook , SaveFormat , LoadOptions , LoadFilter , LoadDataFilterOption...

    docs.aspose.com/cells/javascript-cpp/filter-obj...
  10. Style.FontName ignores PostScript Name ("Roboto...

    Hi Aspose Team, I am loading custom .ttf fonts using FontSettings.SetFontsFolder() and trying to update a text layer with a specific font weight. To do this, I am passing the exact PostScript Name directly to the text …...UpdateFonts(); // Load PSD-File var loadOptions = new PsdLoadOptions(); var...(PsdImage)Image.Load(psdStream, loadOptions); var textLayer = psdImage...

    forum.aspose.com/t/style-fontname-ignores-posts...