Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 8,857 for

filtering

(0.41 sec)
  1. Áp dụng Bộ lọc Trung vị và Wiener|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....Filter trong khi chỉ định hình chữ...Gọi phương thức RasterImage.Filter trong khi chỉ định hình chữ...

    docs.aspose.com/psd/vi/java/ap-dung-bo-loc-trun...
  2. ابحث في مستند EML دون فتحه عبر .NET | products....

    كود مصدر C # للبحث عن الكلمات ذات النمط في ملف EML على .NET Framework و.NET Core ومنصات Xamarin.... //To filter messages with specific criteria...https://docs.aspose.com/email/net/filter-messages-from-server-using-imap-client/...

    products.aspose.com/email/ar/net/search/eml/
  3. ابحث في مستند MBOX دون فتحه عبر .NET | products...

    كود مصدر C # للبحث عن الكلمات ذات النمط في ملف MBOX على .NET Framework و.NET Core ومنصات Xamarin.... //To filter messages with specific criteria...https://docs.aspose.com/email/net/filter-messages-from-server-using-imap-client/...

    products.aspose.com/email/ar/net/search/mbox/
  4. Sök EML-dokument utan att öppna via .NET | prod...

    C # källkod för att söka ord med mönster i EML-fil på.NET Framework, .NET Core och Xamarin plattformar.... //To filter messages with specific criteria...https://docs.aspose.com/email/net/filter-messages-from-server-using-imap-client/...

    products.aspose.com/email/sv/net/search/eml/
  5. Пошук документа MBOX без відкриття через .NET |...

    Вихідний код C# для пошуку слів із шаблоном у файлі MBOX на платформах.NET Framework, .NET Core та Xamarin.... //To filter messages with specific criteria...https://docs.aspose.com/email/net/filter-messages-from-server-using-imap-client/...

    products.aspose.com/email/uk/net/search/mbox/
  6. 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...
  7. Performance optimization|Documentation

    Increase recognition speed and optimize resource usage....Fine-tuning image preprocessing filters . Customizing recognition accuracy...

    docs.aspose.com/ocr/net/performance-optimization/
  8. Manipulating Images|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....Working with Median and Wiener Filters Convert images of all supported...

    docs.aspose.com/psd/java/manipulating-images/
  9. SVG Drawing – Aspose.SVG Tutorial

    Learn the basic concepts and drawing elements used in svg images – svg shapes, svg color, svg paths, svg fills, svg strokes, svg filters....Embedded Content, and SVG Filters and Gradients. SVG Coordinate...object. SVG Filters A practical guide to SVG filters: blur, drop...

    docs.aspose.com/svg/net/drawing-basics/
  10. C# 中的模糊图像

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

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