Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 8,998 for

filter

(0.05 sec)
  1. FieldImport Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldImport class, designed to streamline document processing with efficient IMPORT field implementation for enhanced productivity....Gets or sets the name of the filter for the format of the graphic...True ); // Apply the PNG32.FLT filter. fieldIncludePicture . GraphicFilter...

    reference.aspose.com/words/net/aspose.words.fie...
  2. 使用图像|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.... getShapes ()) { // Filter shapes by type Foreign if (...getPage ( 0 ). getShapes ()) { // Filter shapes by type Foreign if (...

    docs.aspose.com/diagram/zh/java/working-with-im...
  3. FontSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.FontSavingArgs class. Provides data for the [IFontSavingCallback.fontSaving()](../ifontsavingcallback/fontSaving/#fontsavingargs) event... filter (( s ) => s . endsWith ( "...readdirSync ( base . artifactsDir ). filter (( s ) => s . endsWith ( "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 在使用C++通过JavaScript加载工作簿时筛选定义名称|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....< html > < head > < title > Filter Defined Names While Loading...> </ head > < body > < h1 > Filter Defined Names While Loading...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  5. Advanced SVG Builder API for C# – Aspose.SVG

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....Creating a Filter Here’s an example of creating a complex filter using...AddDefs (d => d 7 // Defining a filter with the ID 'spotlight' 8 ...

    docs.aspose.com/svg/net/svg-builder-api/
  6. Graph client email IsRead status - Free Support...

    Is there a MAPI property on the Graph client’s MessageInfo class’s Properties collection that represents whether the email’s read status? We’re looking to select only unread emails from an inbox....mechanism (for example, applying a filter at the Graph API level or checking...

    forum.aspose.com/t/graph-client-email-isread-st...
  7. ImapClient Activity Logging in Python|Documenta...

    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....use_date_in_log_file_name = False Search and Filter IMAP Emails in Python Using...

    docs.aspose.com/email/python-net/imapclient-act...
  8. How to Merge Slides in C#

    This article guides on how to merge slides in C#. It shares the IDE settings, a list of programming tasks, and a runnable sample code to combine PPTX in C#....will also learn the process to filter slides while merging them from...added slide. Moreover, you may filter the slides by checking the...

    kb.aspose.com/slides/net/how-to-merge-slides-in...
  9. FieldIncludePicture.SourceFullName | Aspose.Wor...

    Discover the FieldIncludePicture SourceFullName property. Easily manage picture locations with IRI for enhanced media integration and seamless user experience....FLT filter. fieldIncludePicture . GraphicFilter...

    reference.aspose.com/words/net/aspose.words.fie...
  10. C# 中的模糊图像

    本文讨论如何在 C# 中模糊图像。它涵盖了系统配置、过程和 C# 中模糊图片的可运行代码片段。...一起使用以模糊图像 使用 Image 类加载输入图像 使用 Filter 方法应用图像模糊效果 使用 Save 方法写入模糊图像...中为图片添加*模糊效果的简单解决方案。它与图像类一起访问源图像,然后在 Filter 方法中指定模糊半径和 sigma 值。最后,将模糊图像导出到输出文件。...

    kb.aspose.com/zh/imaging/net/blur-image-in-csharp/