Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 8,386 for

filter

(0.07 sec)
  1. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....want to learn the process to filter data in an Excel table, refer...refer to the article on how to filter data in Excel table using C#...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  2. FieldIncludePicture.resize_vertically property ...

    FieldIncludePicture.resize_vertically property. Gets or sets whether to resize the picture vertically from the source....FLT filter. field_include_picture . graphic_filter = 'PNG32'...png' field_import . graphic_filter = 'PNG32' field_import . is_linked...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Public API Changes in Aspose.BarCode 6.0.0|Docu...

    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....HLS filters work the same way as GrayNormalization filter do.... Previously HLS filter has been used for binarization but currently...

    docs.aspose.com/barcode/java/public-api-changes...
  4. Search EML document without opening via .NET | ...

    C# source code to search words with pattern in EML file on .NET Framework, .NET Core, and Xamarin Platforms.... //To filter messages with specific criteria...https://docs.aspose.com/email/net/filter-messages-from-server-using-imap-client/...

    products.aspose.com/email/net/search/eml/
  5. Search MBOX document without opening via .NET |...

    C# source code to search words with pattern in MBOX file on .NET Framework, .NET Core, and Xamarin Platforms.... //To filter messages with specific criteria...https://docs.aspose.com/email/net/filter-messages-from-server-using-imap-client/...

    products.aspose.com/email/net/search/mbox/
  6. 1D Barcodes with Optional Exception Message in ...

    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.... There are two choices: Filter out the input text and generate...

    docs.aspose.com/barcode/java/1d-barcodes-with-o...
  7. PageInfo | Aspose.Words for Java

    Represents information about a particular document page in Java....getColored()); Shows how to filtering pages base on page color..../// Prints document pages filtered by color requirements. ///...

    reference.aspose.com/words/java/com.aspose.word...
  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. Extract All Images from Shapes in Visio|Documen...

    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.... Shapes ) { //Filter shapes by type Foreign if (...

    docs.aspose.com/diagram/net/extract-all-images-...
  10. C# 中的模糊图像

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

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