update 20250821

This commit is contained in:
Stefan Hutter
2025-08-21 17:17:36 +02:00
parent c417227651
commit 98dc8ed0cb
273 changed files with 2116816 additions and 1004487 deletions

View File

@@ -383,7 +383,7 @@
<summary>
Find the bounds of the specified text in the provided document
</summary>
<param name="text">The text to be searched</param>
<param name="searchText">The text to be searched</param>
<param name="matchDictionary">Holds the page number and rectangle positions of the text matches</param>
</member>
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.Collections.Generic.List{System.String},System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}@)">
@@ -399,10 +399,28 @@
<summary>
Find the bounds of the collections of text in the provided document
</summary>
<param name="searchedItem">List of items to be searched.</param>
<param name="searchedItems">List of items to be searched.</param>
<param name="resultItem">The dictionary of page number and list of search results.</param>
<returns>Returns true if found any match</returns>
</member>
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindTextWithoutDetails(System.Int32,System.String,System.Collections.Generic.List{System.Drawing.RectangleF}@)">
<summary>
Searches for a given text on a specified page and returns a list of bounding rectangles for the matches.
</summary>
<param name="pageIndex">The index of the page to search.</param>\
<param name="matchRect">List to store the bounding boxes of matches.</param>
<param name="text">Text should be searched</param>
<returns>True if matches are found, false otherwise.</returns>
</member>
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindTextWithDetails(System.Collections.Generic.List{System.String},System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}@)">
<summary>
Searches for a list of text items on a specific page and returns a list of matching ResultItems with color.
</summary>
<param name="searchedItems">The list of text items to search for.</param>
<param name="pageIndex">The page index to search on.</param>
<param name="resultItems">The list of ResultItem objects to store the results.</param>
<returns>True if matches are found; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.HasUnicodeCharacter(System.String)">
<summary>
Checks whether the password is unicoded or not.
@@ -410,6 +428,13 @@
<param name="password">Password of the stream</param>
<returns>Returns true if the password is unicoded, else false</returns>
</member>
<member name="M:Syncfusion.PdfToImageConverter.StreamManager.Register(System.IO.Stream)">
<summary>
Register the stream
</summary>
<param name="stream"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.PdfToImageConverter.TextData">
<summary>
Represents a text informations