Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 8,394 for

ios

(0.05 sec)
  1. ReportingEngine.UseReflectionOptimization | Asp...

    Optimize custom type member invocations with ReportingEngine's UseReflectionOptimization property. Enhance performance with dynamic class generation for better efficiency....not have effect when run on iOS and reflection optimization is...

    reference.aspose.com/words/net/aspose.words.rep...
  2. ReportingEngine.use_reflection_optimization pro...

    ReportingEngine.use_reflection_optimization property. Gets or sets a value indicating whether invocations of custom type members performed via reflection API are optimized using dynamic class generation or not...not have effect when run on iOS and reflection optimization is...

    reference.aspose.com/words/python-net/aspose.wo...
  3. API Reference|CAD 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....Core, Xamarin for Android and iOS. It provides the functionality...

    docs.aspose.com/cad/net/api-reference/
  4. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....ToUtf8 (), std :: ios :: binary | std :: ios :: ate ); if ( file...(); file . seekg ( 0 , std :: ios :: beg ); imageData . resize...

    docs.aspose.com/cells/cpp/comments-and-notes/
  5. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library.... ToUtf8 (), ios :: binary ); if ( inFile . is_open...the file inFile . seekg ( 0 , ios :: end ); size_t fileSize = inFile...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  6. Configuring Fonts for Rendering Spreadsheets wi...

    Learn how to configure fonts for rendering spreadsheets to images, PDF, and XPS formats using Aspose.Cells for C++....ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/cpp/configuring-fonts-for...
  7. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++.... ToUtf8 (), std :: ios :: binary ); if ( file ) { file...file . seekg ( 0 , std :: ios :: end ); fileData . resize ( file...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  8. .NET Java C++ Python and Android Email Processi...

    Create read manipulate Outlook and Thunderbird files using the relevant library of any platform. Send or receive emails from SMTP MIME POP3 HTTP IMAP...develop applications for Windows, iOS, macOS & Android. Aspose.Email...

    products.aspose.com/email/family/
  9. Export VBA Certificate to File or Stream with C...

    Learn how to export VBA Digital Certificate to a file or memory stream using Aspose.Cells for C++.... ToUtf8 (), std :: ios :: binary ); if ( outFile . is_open...

    docs.aspose.com/cells/cpp/export-vba-certificat...
  10. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images.... ToUtf8 (), std :: ios :: binary ); outFile . write...

    docs.aspose.com/cells/cpp/generate-conditional-...